aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
...
* gallium: remove support for separate depth/stencil buffers. Always combined ...Brian2008-01-232-10/+11
* gallium: overhaul usage of vertex_info in draw module.Brian2008-01-231-0/+4
* gallium: s/INTERP_NONE/INTERP_LINEAR/ to fix assertion with progs/samples/sel...Brian2008-01-231-1/+1
* gallium: fix computation of raster.point_size_per_vertex flagBrian2008-01-231-1/+14
* gallium: use temp reg for storing color to avoid reading 'result.color'Brian2008-01-221-28/+37
* gallium: silence warningsBrian2008-01-212-3/+3
* Revert "temporarily don't emit TGSI immediates, use the constant buffer"José Fonseca2008-01-171-9/+2
* Back-port miscellaneous fixes from internal branch (mostly portability fixes).José Fonseca2008-01-172-0/+5
* temporarily don't emit TGSI immediates, use the constant bufferBrian2008-01-171-2/+9
* tweaks to quad drawing, set UsesKill in bitmap shaderBrian2008-01-161-12/+15
* Fix a two-sided lighting bug (fixes samples/wave.c)Brian2008-01-161-1/+8
* include pipe/draw/draw_context.hBrian2008-01-151-0/+1
* free stvp->draw_shaderBrian2008-01-141-1/+5
* Fix problems with vertex shaders and the private draw module.Brian2008-01-149-32/+43
* Remove pipe->get/put_tile_rgba.Michel Dänzer2008-01-144-18/+20
* Remove mapping fields from struct pipe_surface.Michel Dänzer2008-01-145-144/+19
* gallium: Make texture target an enum for better debuggability.Michel Dänzer2008-01-043-5/+5
* unref buffer after drawing, fixes rastpos mem leakBrian2008-01-011-0/+1
* unref const buffers during context destroyBrian2008-01-011-0/+10
* gallium: make state tracker explictly ask for rendercache flushesKeith Whitwell2007-12-206-8/+9
* gallium: translate ARB fp/vp immediates consistently to tgsi immediatesKeith Whitwell2007-12-201-4/+20
* Add some prototype code for converting RET to END for main(). Disabled for now.Brian2007-12-191-3/+17
* Fix problem with initial viewport/scissor size.Brian2007-12-194-56/+70
* convert Mesa OPCODE_END to TGSI_OPCODE_END, not TGSI_OPCOD_RETBrian2007-12-191-1/+1
* special-case PSIZE tooBrian2007-12-191-1/+6
* new assertionsBrian2007-12-191-0/+3
* actually set the max_index. useful in the driverZack Rusin2007-12-191-2/+2
* turn off TGSI_DEBUGBrian2007-12-181-1/+1
* fix bug on GL_VERTEX_PROGRAM_TWO_SIDE pathBrian2007-12-181-1/+1
* gallium: rationalize vertex_element state packetKeith Whitwell2007-12-181-3/+3
* Emit declarations for constants (references to the const buffer)Brian2007-12-171-1/+57
* gallium: incorporate alpha state into depth_stencil state object.Keith Whitwell2007-12-179-179/+62
* Added origin_lower_left field to pipe_rasterizer_stateBrian2007-12-141-0/+2
* update_samplers() didn't respect the sampler->texunit mapping.Brian2007-12-141-9/+16
* emit tgsi declarations for texture samplersBrian2007-12-141-0/+27
* Don't always declare frag shader INPUT[0] as fragment position.Brian2007-12-143-51/+45
* add missing code for PIPE_FORMAT_S8_UNORM renderbufferBrian2007-12-131-0/+4
* Re-org of st_create_framebuffer() and renderbuffer format selection.Brian2007-12-126-91/+71
* Try PIPE_FORMAT_R5G6B5_UNORM for GL_RGB5 request.Brian2007-12-121-0/+2
* softpipe: Support for PIPE_FORMAT_A4R4G4B4_UNORM and PIPE_FORMAT_R5G6B5_UNORM.Michel Dänzer2007-12-111-0/+4
* Remove internal_format field from struct pipe_texture.Michel Dänzer2007-12-114-17/+10
* Rework gallium and mesa queries a little.Keith Whitwell2007-12-111-19/+49
* gallium: remove clear values from depth, stencil stateKeith Whitwell2007-12-111-2/+0
* gallium: remove set_sampler_units interfaceKeith Whitwell2007-12-116-31/+29
* gallium: remove redundant clear_color state.Keith Whitwell2007-12-114-66/+0
* gallium: Remove feedback interfaces from pipe driver.Keith Whitwell2007-12-112-24/+21
* gallium: remove dead pbo zcopy codeKeith Whitwell2007-12-111-31/+0
* Add surface storage allocation function to winsys interface.José Fonseca2007-12-111-23/+13
* XXX comments about some hard-coded values that need to be fixedBrian2007-12-102-0/+2
* Add 'type' parameter to is_format_supported() to specify texture vs. drawing ...Brian2007-12-106-73/+71