summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* Redo the cso cache to map driver data in a lot more pleasing way.Zack Rusin2007-09-1914-51/+91
* grab vertex program pointer after state validationBrian2007-09-191-2/+3
* Only generate vertex shader code when necessary.Michel Dänzer2007-09-191-4/+5
* Finish up conversions of shaders to immutable objects.Zack Rusin2007-09-1911-27/+67
* Checkpoint: rework shader input/output register mapping.Brian2007-09-1812-106/+260
* temporarily set the FRAG_BIT_FOGC bit in InputsRead when fog is enabledBrian2007-09-181-0/+1
* intel_winsys: Disable scheduled buffer swaps for now.Michel Dänzer2007-09-181-1/+2
* Fix linux-dri-x86 target.Michel Dänzer2007-09-181-5/+2
* Fix some issues with perspective-corrected interpolation.Brian2007-09-183-6/+6
* additional comments for tri_persp_coeff()Brian2007-09-181-0/+4
* Convert shader to an immutable state object.Zack Rusin2007-09-1827-85/+176
* Finishing up rename of the setup state to the rasterizer state.Zack Rusin2007-09-1812-21/+21
* move cso cache to the pipe directoryZack Rusin2007-09-187-5/+5
* Fix a silly bug on setting samplers.Zack Rusin2007-09-181-1/+1
* converting the setup state to immutable object and renaming it to rasterizer ...Zack Rusin2007-09-1836-159/+245
* Combing depth and stencil objects and making them immutable.Zack Rusin2007-09-1830-384/+337
* Fix the warning.Zack Rusin2007-09-181-1/+1
* Make sampler an immutable state object.Zack Rusin2007-09-1818-53/+133
* Implementing a better hash, removing state_tracker dependency from the cache.Zack Rusin2007-09-1810-116/+627
* First stab at immutable state objects (create/bind/delete)Zack Rusin2007-09-1823-59/+382
* Replace GL_TEXTURE_* tokens with PIPE_TEXTURE_*Brian2007-09-171-2/+6
* Plug in selection/feedback code.Brian2007-09-175-9/+205
* selection/feedback supportBrian2007-09-172-0/+343
* s/bugmgr/bufgr/Brian2007-09-171-1/+1
* Merge branch 'softpipe_0_1_branch' of git+ssh://[email protected]/gi...Brian2007-09-176-41/+2
|\
| * Remove non-meaningful region_idle() interfaceKeith Whitwell2007-09-175-39/+0
| * Fix linux-dri-x86 build.Michel Dänzer2007-09-171-2/+2
* | silence warningBrian2007-09-171-0/+1
* | update begin/end_query() functionsBrian2007-09-171-4/+4
|/
* intel_winsys: Fix intel_buffer_reference.Michel Daenzer2007-09-141-3/+5
* intel_winsys: Adapt to recent drm changes (s/pipes/planes/).Michel Daenzer2007-09-142-20/+20
* Implement query object interface.Brian2007-09-1114-84/+232
* vertex feedback functionsBrian2007-09-101-0/+72
* merge buffer_unreference(), buffer_reference()Brian2007-09-109-46/+45
* clean-ups, commentsBrian2007-09-101-6/+14
* s/xm_softpipe.c/xm_winsys.c/Brian2007-09-101-1/+1
* RenameBrian2007-09-101-0/+0
* More work on vertex feedback / glRasterPos. Basic rasterpos works now.Brian2007-09-1010-7/+69
* added st_cb_rasterpos.cBrian2007-09-101-0/+1
* plug in rasterpos/feedback codeBrian2007-09-102-0/+3
* glRasterPos functionBrian2007-09-102-0/+383
* move FLUSH_CURRENTBrian2007-09-102-3/+3
* Initial work for post-transformed vertex feedback buffers.Brian2007-09-067-32/+93
* Initial work for post-transform vertex feedback buffers.Brian2007-09-061-0/+247
* Move guts of glRasterPos down into T&L module.Brian2007-09-065-530/+44
* Move guts of glRasterPos into tnl module, called via new ctx->Driver.RasterPo...Brian2007-09-061-0/+508
* move some protos from draw_vertex.h to draw_private.hBrian2007-08-312-17/+16
* Define attrib_format and interp_mode enum typedefs and use where appropriate.Brian2007-08-317-38/+51
* Consolidate vertex-related code in new draw_vertex.cBrian2007-08-308-207/+215
* Remove dependency on TGSI_ATTRIB_x tokens in draw_twoside.cBrian2007-08-306-26/+95