summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-09-19Redo the cso cache to map driver data in a lot more pleasing way.Zack Rusin
2007-09-19grab vertex program pointer after state validationBrian
2007-09-19Only generate vertex shader code when necessary.Michel Dänzer
2007-09-19Finish up conversions of shaders to immutable objects.Zack Rusin
2007-09-18Checkpoint: rework shader input/output register mapping.Brian
2007-09-18temporarily set the FRAG_BIT_FOGC bit in InputsRead when fog is enabledBrian
2007-09-18intel_winsys: Disable scheduled buffer swaps for now.Michel Dänzer
2007-09-18Fix linux-dri-x86 target.Michel Dänzer
2007-09-18Fix some issues with perspective-corrected interpolation.Brian
2007-09-18additional comments for tri_persp_coeff()Brian
2007-09-18Convert shader to an immutable state object.Zack Rusin
2007-09-18Finishing up rename of the setup state to the rasterizer state.Zack Rusin
2007-09-18move cso cache to the pipe directoryZack Rusin
2007-09-18Fix a silly bug on setting samplers.Zack Rusin
2007-09-18converting the setup state to immutable object and renaming it to rasterizer ...Zack Rusin
2007-09-18Combing depth and stencil objects and making them immutable.Zack Rusin
2007-09-18Fix the warning.Zack Rusin
2007-09-18Make sampler an immutable state object.Zack Rusin
2007-09-18Implementing a better hash, removing state_tracker dependency from the cache.Zack Rusin
2007-09-18First stab at immutable state objects (create/bind/delete)Zack Rusin
2007-09-17Replace GL_TEXTURE_* tokens with PIPE_TEXTURE_*Brian
2007-09-17Plug in selection/feedback code.Brian
2007-09-17selection/feedback supportBrian
2007-09-17s/bugmgr/bufgr/Brian
2007-09-17Merge branch 'softpipe_0_1_branch' of git+ssh://brianp@git.freedesktop.org/gi...Brian
2007-09-17Remove non-meaningful region_idle() interfaceKeith Whitwell
2007-09-17silence warningBrian
2007-09-17update begin/end_query() functionsBrian
2007-09-17Fix linux-dri-x86 build.Michel Dänzer
2007-09-14intel_winsys: Fix intel_buffer_reference.Michel Daenzer
2007-09-14intel_winsys: Adapt to recent drm changes (s/pipes/planes/).Michel Daenzer
2007-09-11Implement query object interface.Brian
2007-09-10vertex feedback functionsBrian
2007-09-10merge buffer_unreference(), buffer_reference()Brian
2007-09-10clean-ups, commentsBrian
2007-09-10s/xm_softpipe.c/xm_winsys.c/Brian
2007-09-10RenameBrian
2007-09-10More work on vertex feedback / glRasterPos. Basic rasterpos works now.Brian
2007-09-10added st_cb_rasterpos.cBrian
2007-09-10plug in rasterpos/feedback codeBrian
2007-09-10glRasterPos functionBrian
2007-09-10move FLUSH_CURRENTBrian
2007-09-06Initial work for post-transformed vertex feedback buffers.Brian
2007-09-06Initial work for post-transform vertex feedback buffers.Brian
2007-09-06Move guts of glRasterPos down into T&L module.Brian
2007-09-06Move guts of glRasterPos into tnl module, called via new ctx->Driver.RasterPo...Brian
2007-08-31move some protos from draw_vertex.h to draw_private.hBrian
2007-08-31Define attrib_format and interp_mode enum typedefs and use where appropriate.Brian
2007-08-30Consolidate vertex-related code in new draw_vertex.cBrian
2007-08-30Remove dependency on TGSI_ATTRIB_x tokens in draw_twoside.cBrian