summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-01-10fix size bug in _mesa_add_attribute()Brian
2007-01-10simplify _mesa_add_state_reference()Brian
2007-01-10Update _save_VertexAttrib() functions for non-aliasing behaviour.Brian
2007-01-09get rid of STATE_USER_ATTRIB/STATE_AUTO_ATTRIBBrian
2007-01-09clean up a bunch of program parameter stuffBrian
2007-01-09added a few more 2.0 functionsBrian
2007-01-09Implement vertex attribute binding.Brian
2007-01-09more debug code (disabled)Brian
2007-01-09add code for generic attributes 16..31Brian
2007-01-09Track rename of DamagePost -> DamageAdd.Eric Anholt
2007-01-09added _mesa_count_texture_indirections(), _mesa_count_texture_instructions()Brian
2007-01-09Moved NumTexInstructions, NumTexIndirections, etc. into gl_program sinceBrian
2007-01-09remove old commentBrian
2007-01-09Vertex program texture samplers done, but untested (need to add TEX/TXB toBrian
2007-01-09Implement shadow samplers and dFdx(), dFdy() code generation.Brian
2007-01-09put back missing Driver.PolygonMode call (bug 9578)Roland Scheidegger
2007-01-09i915tex: Remove unused tex_program field.Michel Dänzer
2007-01-09intel_finalize_mipmap_tree: Only flush batchbuffer when necessary.Michel Dänzer
2007-01-08implement biased texture functionsBrian
2007-01-08check if _Current == NULL for TXBBrian
2007-01-08added 1D texture functionsBrian
2007-01-08Remove if (tObj) conditional so that texture units without a texture imageBrian
2007-01-08update texture1D functionsBrian
2007-01-08Implement projective texture sampling, 3D textures. Disable some debug output.Brian
2007-01-08Move some code around, add some comments.Brian
2007-01-08Move storage allocation functions from slang_emit.c to slang_codegen.cBrian
2007-01-08checkpoint: more work on variable/storage allocationBrian
2007-01-08Checkpoint: re-org of (global) variable allocation code. More to come...Brian
2007-01-07Merge branch 'origin'Keith Packard
2007-01-08nouveau: allow the use of multiple subchannels/objects by default.Ben Skeggs
2007-01-06Various warning fixes for i965 driver.Keith Packard
2007-01-06Initialize GL_ARB_occlusion_query only if DRM support is present.Keith Packard
2007-01-06i965: Support linear format in i965.Haihao Xiang
2007-01-06i965: xdemos/glxthreads get: Assertion `block->fenced' failed (9201)Zou Nan hai
2007-01-06i965: Take clip rects into account when computing max primZou Nan hai
2007-01-06i965: ARB_occlusion_query supportWang Zhenyu
2007-01-06i965: Avoid branch instructions while in single program flow mode.Eric Anholt
2007-01-06i965: Connect INTEL_DEBUG=sync up to cmd/batch ioctls.Eric Anholt
2007-01-06Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesaBrian
2007-01-06document 32-bit Z line/point fixBrian
2007-01-06Use GLuint instead of GLint to store intermediate Z values. Fixes problems w...Brian
2007-01-05Add reporting of damage by DRI drivers when the extension support is available.Eric Anholt
2007-01-05Checkpoint glsl compiler work: sampler uniforms now implemented, linked prope...Brian
2007-01-05added PROGRAM_SAMPLERBrian
2007-01-05added Sampler field to prog_instruction structBrian
2007-01-05added PROGRAM_SAMPLERBrian
2007-01-05added _mesa_add_sampler()Brian
2007-01-05Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesaBrian
2007-01-05document VBO bug fix 9445Brian
2007-01-05Fix glPush/PopClientAttrib() for VBO state (bug 9445).Brian