summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* Make sampler an immutable state object.Zack Rusin2007-09-185-7/+36
* Implementing a better hash, removing state_tracker dependency from the cache.Zack Rusin2007-09-185-6/+110
* First stab at immutable state objects (create/bind/delete)Zack Rusin2007-09-185-9/+24
* Replace GL_TEXTURE_* tokens with PIPE_TEXTURE_*Brian2007-09-171-2/+6
* Plug in selection/feedback code.Brian2007-09-174-9/+204
* selection/feedback supportBrian2007-09-172-0/+343
* Merge branch 'softpipe_0_1_branch' of git+ssh://[email protected]/gi...Brian2007-09-172-25/+2
|\
| * Remove non-meaningful region_idle() interfaceKeith Whitwell2007-09-171-23/+0
| * Fix linux-dri-x86 build.Michel Dänzer2007-09-171-2/+2
* | silence warningBrian2007-09-171-0/+1
|/
* Implement query object interface.Brian2007-09-111-7/+76
* merge buffer_unreference(), buffer_reference()Brian2007-09-103-4/+5
* plug in rasterpos/feedback codeBrian2007-09-102-0/+3
* glRasterPos functionBrian2007-09-102-0/+383
* add missing fileskeithw2007-08-252-0/+195
* fix frag vs vertex typokeithw2007-08-251-2/+2
* add names to tracked state atoms to improve debugkeithw2007-08-2517-1/+24
* checkpoint in constant tracking reworkKeith Whitwell2007-08-258-252/+123
* remove unneeded dirty flagkeithw2007-08-251-1/+1
* code re-org, minor improvementsBrian2007-08-241-6/+58
* check for USE_X86_ASM or SLANG_X86 in st_delete_program()Brian2007-08-241-0/+2
* Add support for more surface types in sp_surface.cBrian2007-08-242-2/+12
* Hook-up SSE2 to VS.michal2007-08-243-1/+31
* fix a tracking of changed lighting stateBrian2007-08-241-1/+6
* add some warnings about bitmaps/copypixelsBrian2007-08-241-0/+2
* Fixup include paths after renameKeith Whitwell2007-08-244-4/+4
* track more vertex-related state changesBrian2007-08-231-1/+5
* added GL_STENCIL_INDEX8_EXTBrian2007-08-231-0/+3
* Vertex shader outputs are now tightly packed into the output slots.Brian2007-08-231-3/+5
* map Mesa vertex attribs/arrays to TGSI attribsBrian2007-08-231-5/+69
* Checkpoint: new vertex/fragment attribute namingBrian2007-08-232-3/+6
* Need to store vendor and renderer strings in the context.Brian2007-08-222-8/+9
* Improved pipe_region/surface_reference() functionsBrian2007-08-221-1/+1
* Rework of shader constant buffers.Brian2007-08-226-36/+66
* temporarily call _mesa_enable_sw_extensions() so we can run more test progs w...Brian2007-08-211-0/+3
* Set viewport state so viewport matches window dims.Brian2007-08-202-14/+49
* Update glClear and glDrawPixels code.Brian2007-08-202-15/+92
* Checkpoint: remove more of the old draw_vb() code.Brian2007-08-201-78/+2
* Start to remove the temporary draw_vb() and draw_vertices() code.Brian2007-08-204-14/+111
* implement DrawElements, still some rough spotsBrian2007-08-201-2/+35
* Create a default vertex attribute buffer which mirrors ctx->Current.Attrrib[]Brian2007-08-182-27/+88
* added tnl state atomBrian2007-08-183-1/+32
* tell vbo module to use bufferobjsBrian2007-08-171-1/+5
* added call to _mesa_load_state_parameters()Brian2007-08-171-0/+3
* added outputs_written field to pipe_shader_stateBrian2007-08-172-0/+2
* Use simple st->pipe->clear() in more cases for depth/stencil clears.Brian2007-08-171-14/+17
* added assertions, disable debug outputBrian2007-08-172-0/+7
* Move VS code from st_atom_fs.c to st_atom_vs.c.michal2007-08-162-97/+80
* Remove many dependencies on mesa headers.Brian2007-08-161-1/+1
* misc changes to support vertex shaders (disabled by default)Brian2007-08-163-4/+23