summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv30
Commit message (Expand)AuthorAgeFilesLines
* gallium: expose ARB_map_buffer_alignment on RadeonMarek Olšák2012-10-311-0/+1
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-314-16/+20
* gallium: unify transfer functionsMarek Olšák2012-10-112-36/+25
* nouveau: use pre-calculated stride for resource_get_handleMarcin Slusarz2012-10-091-2/+1
* nv30: fix type conversion warningMarek Olšák2012-10-091-1/+1
* gallium: remove resource_resolveMarek Olšák2012-09-302-1/+2
* nv30: implement blitMarek Olšák2012-09-306-0/+80
* nv30: use util_format_is_supportedMarek Olšák2012-09-301-10/+3
* gallium: add PIPE_CAP_TEXTURE_MULTISAMPLEMarek Olšák2012-09-301-0/+1
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-6/+4
* Revert "gallium: specify resource_resolve destination via a pipe_surface"Christoph Bumiller2012-08-011-4/+1
* gallium: specify resource_resolve destination via a pipe_surfaceChristoph Bumiller2012-07-281-1/+4
* nv30: Support negative offsets in indirect constant access.Roy Spliet2012-07-204-8/+15
* nouveau: implement missing timer query functionalityChristoph Bumiller2012-07-132-3/+9
* gallium: add QUERY_TIMESTAMP cap and get_timestamp screen functionMarek Olšák2012-07-101-0/+1
* gallium: Add PIPE_CAP_START_INSTANCEFredrik Höglund2012-06-191-0/+1
* automake: Globally add stub automake targets to the old Makefiles.Eric Anholt2012-06-111-3/+0
* nouveau: fix scratch buffer leakMarcin Slusarz2012-06-051-1/+1
* draw: simplify index buffer specificationBrian Paul2012-05-311-3/+4
* nv30: Fix generic passing to fragment program in NV34.Roy Spliet2012-05-253-5/+9
* nv30: handle user index buffersChristoph Bumiller2012-05-254-17/+27
* nv30: check for NULL vertex buffers in prevalidate_vbufsChristoph Bumiller2012-05-221-1/+1
* nouveau: place static buffers in VRAM if preferred by the driverChristoph Bumiller2012-05-171-3/+7
* gallium: remove user_buffer_create from the interfaceMarek Olšák2012-05-121-1/+0
* nv30: Silence pipe_cap warningsRoy Spliet2012-05-121-0/+4
* nv30/shader: SSG, LIT only requires one source registerRoy Spliet2012-05-122-2/+2
* Merge branch 'gallium-userbuf'Marek Olšák2012-05-113-9/+28
|\
| * gallium: add void *user_buffer to pipe_constant_bufferMarek Olšák2012-04-301-0/+10
| * gallium: add void *user_buffer in pipe_index_bufferMarek Olšák2012-04-302-3/+5
| * gallium: remove pipe_context::redefine_user_bufferMarek Olšák2012-04-301-2/+0
| * gallium: add void *user_buffer in pipe_vertex_bufferMarek Olšák2012-04-302-4/+8
| * gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák2012-04-301-1/+2
| * gallium: add PIPE_CAP_CONSTANT_BUFFER_OFFSET_ALIGNMENTMarek Olšák2012-04-301-0/+2
| * gallium: add PIPE_CAP_USER_INDEX_BUFFERS and PIPE_CAP_USER_CONSTANT_BUFFERSMarek Olšák2012-04-301-0/+2
* | gallium/drivers: handle TGSI_OPCODE_CEILChristoph Bumiller2012-05-092-0/+10
|/
* nv30: properly init window informationBen Skeggs2012-04-272-3/+4
* gallium drivers: report that user vertex buffers are supportedMarek Olšák2012-04-241-0/+1
* nv30: init sample_mask to some default value at context creation timeBen Skeggs2012-04-151-0/+1
* nv30: fix some sifm transfer issuesBen Skeggs2012-04-151-3/+2
* nv30: s/DUAL_SOURCE_BLEND/MAX_DUAL_SOURCE_RENDER_TARGETSChristoph Bumiller2012-04-141-1/+1
* nv30: import new driver for GeForce FX/6/7 chipsets, and Quadro variantsBen Skeggs2012-04-1436-0/+13716
* nv30, nv40: move last files to nvfx/ and rm -rf nv30 nv40Luca Barbieri2010-03-153-328/+0
* nv30, nv40: partially non-trivially unify sampler state in nv[34]0_state.cLuca Barbieri2010-03-153-181/+31
* nv30, nv40: partially non-trivially unify nv[34]0_fragtex.cLuca Barbieri2010-03-151-44/+1
* nv30, nv40: unify nv[34]0_context.cLuca Barbieri2010-03-152-91/+0
* nv30, nv40: fully unify nv[34]0_context.hLuca Barbieri2010-03-153-16/+2
* nv30, nv40: non-trivially unify nv[34]0_screen.cLuca Barbieri2010-03-152-362/+0
* nv30, nv40: non-trivially unify nv[34]0_vertprog.cLuca Barbieri2010-03-153-847/+1
* nv30, nv40: partially unify nv[34]0_state.cLuca Barbieri2010-03-153-579/+2
* nv30, nv40: unify nv[34]0_vbo.cLuca Barbieri2010-03-154-575/+2