summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-09-19Update linux-profile config.José Fonseca
2007-09-19Fix a really stupid mistake that Michel hit. Return proper hash.Zack Rusin
2007-09-19Fix window resizes.Michel Dänzer
2007-09-19Pad surface dimensions to multiples of 2.Michel Dänzer
2007-09-19Adding proper includes often helps with the warnings,Zack Rusin
2007-09-19Avoid redundant reallocation of the template.Zack Rusin
2007-09-19Convert the rasterizer cso to the new semantics.Zack Rusin
2007-09-19Convert the i915 driver blend state to the new semantics.Zack Rusin
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-18use perspective projection, press r/R to rotate the quadBrian
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-18Add emacs dirvars file with Mesa indention definition.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