summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-10-06mesa: adjust texcoords for swrast sprite points.Brian Paul
2008-10-06mesa: updated _mesa_delete_query() commentsBrian Paul
2008-10-06mesa: add missing GLcontext param to _mesa_delete_query().Brian Paul
2008-10-06mesa: add missing GLcontext param to _mesa_delete_query().Brian Paul
2008-10-06draw: Fix compiler errors on Windows.Michal Krol
2008-10-06rtasm: fix debug buildKeith Whitwell
2008-10-06make draw's vertex_info struct smaller/quicker to compare with memcmp()Keith Whitwell
2008-10-04i915: Refine the texture indirect lookup accounting.Eric Anholt
2008-10-04mesa: handle vertex program enabled case also in texenvprogram.cKeith Whitwell
2008-10-03CELL: changes to generate SPU code for stencilingRobert Ellison
2008-10-03intel: Don't advertise unsupported extensions on pre-965 hardwareIan Romanick
2008-10-03mesa: avoid generating constant vertex attributes in fixedfunc programsKeith Whitwell
2008-10-03Mesa: short-circuit case when looking up the same program twice in cacheKeith Whitwell
2008-10-03mesa: add new internal state for tracking current vertex attribsKeith Whitwell
2008-10-03mesa: add missing state dependencies for various tracked constantsKeith Whitwell
2008-10-03mesa: shrink texenvprogram state key structKeith Whitwell
2008-10-03rtasm: add sse_movntpsKeith Whitwell
2008-10-02draw: modify prefetching slightlyKeith Whitwell
2008-10-02draw: don't keep refetching constant inputsKeith Whitwell
2008-10-02rtasm: add prefetch instructionsKeith Whitwell
2008-10-02draw: add streamlined paths for fetching linear vertsKeith Whitwell
2008-10-02mesa: Fix compiler warnings on Windows.Michal Krol
2008-10-02Gallivm: add slt. glxgears should be running, except it isn't.Stephane Marchesin
2008-10-02Gallivm: port to llvm 2.4.Stephane Marchesin
2008-10-02Gallivm: fix off-by-one.Stephane Marchesin
2008-10-02Gallivm: more instructions.Stephane Marchesin
2008-10-02Gallivm: make it compile again, add some opcodes.Stephane Marchesin
2008-10-02mesa: fix temp register allocation problems.Brian Paul
2008-10-02egl: check for null ptr/nameBrian Paul
2008-10-02egl: remove space after -L flagBrian Paul
2008-10-02draw: modify prefetching slightlyKeith Whitwell
2008-10-02draw: don't keep refetching constant inputsKeith Whitwell
2008-10-02rtasm: add prefetch instructionsKeith Whitwell
2008-10-02draw: add streamlined paths for fetching linear vertsKeith Whitwell
2008-10-01Unify ARB_depth_texture and SGIX_depth_textureIan Romanick
2008-10-01i965: sampler default color ends up in texture cache, not instructions.Eric Anholt
2008-10-01i965: Fix overwriting of depth override for SetTexOffset.Eric Anholt
2008-10-01mesa: Fix compiler warnings on Windows.Michal Krol
2008-10-01util: No-op u_sse.h outside PIPE_ARCH_X86/X86_64.José Fonseca
2008-10-01tgsi: Include p_config.h.José Fonseca
2008-10-01Gallivm: add slt. glxgears should be running, except it isn't.Stephane Marchesin
2008-09-30cell: Fixed usage of MAX_INSTRUCTIONS to use new MAX_PROGRAM_INSTRUCTIONS ins...Jonathan White
2008-09-30cell: Moved X86 checks to wrap #include section so that Cell targets will co...Jonathan White
2008-09-30Gallivm: port to llvm 2.4.Stephane Marchesin
2008-10-01util: Fix util_fast_pow/exp2/log2.José Fonseca
2008-09-29intel: Clean-up the extension string madness!Ian Romanick
2008-09-29GLSL: Implement GL_OBJECT_TYPE_ARB queryIan Romanick
2008-09-29GLSL: Implement _mesa_get_handleIan Romanick
2008-09-29GLSL: AttachShader returns INVALID_OPERATION for repeated attachIan Romanick
2008-09-30tgsi: SSE2 optimized exp2, log2 and pow implementations.José Fonseca