summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-06-25ir_reader: Free memory for S-Expressions earlier.Kenneth Graunke
2010-06-25glsl2: Start trying to hook up uniforms.Eric Anholt
2010-06-25glsl2: Associate the GLenum for the type with builtin GLSL types.Eric Anholt
2010-06-25glsl2: Use the parser state as the talloc context for dead code elimination.Eric Anholt
2010-06-25glsl2: Emit OPCODE_END at the end of the Mesa program.Eric Anholt
2010-06-25glsl2: Hook up constant parameters in ir_to_mesa.Eric Anholt
2010-06-25glsl2: Set InputsRead and OutputsWritten on the generated programs.Eric Anholt
2010-06-25glsl2: Start integrating ir_to_mesa.cpp into shader_api.hEric Anholt
2010-06-25glsl2: Use Mesa types instead of duping them into our program.h.Eric Anholt
2010-06-25glsl2: Fix dependencies. (at least partially)Eric Anholt
2010-06-24glsl2: Replace the GLSL compiler with the glsl2 project.Eric Anholt
2010-06-24glsl2: Wrap includes of C interfaces with extern "C".Eric Anholt
2010-06-24glsl2: Remove files that had been imported for standalone.Eric Anholt
2010-06-24glsl2: Stop .gitignoring the old standalone build system.Eric Anholt
2010-06-24glsl2: Move the Mesa IR codegen into mesa/shader/Eric Anholt
2010-06-24Merge branch 'glsl2-head' into glsl2Eric Anholt
2010-06-24glsl2: Add a README file for the new compiler.Eric Anholt
2010-06-24glsl2: Move the compiler to the subdirectory it will live in in Mesa.Eric Anholt
2010-06-24Make sure that symbols aren't multiply defined in the same scope.Ian Romanick
2010-06-22llvmpipe: make geometry shaders and stream output workZack Rusin
2010-06-22gallium: add a timestamp disjoint queryZack Rusin
2010-06-22gallium: add a new queryZack Rusin
2010-06-22st/mesa: remove bogus assertions st_CompressedTexSubImage2DRoland Scheidegger
2010-06-22r300g: optimize the immediate mode emission path a bitMarek Olšák
2010-06-22r300g: do not emit ZTOP every draw callMarek Olšák
2010-06-21swrast: fix incorrect specular highlights on backfacesTim Evans
2010-06-21r300g: fix crash when destroying the context on r3xx-r4xxMarek Olšák
2010-06-21llvmpipe: s/lpfs/shader/José Fonseca
2010-06-21r300g: fix the KIL opcode for r3xx-r4xx (v4)Marek Olšák
2010-06-20r300g: fix assigning the texture cache region for 1 textureMarek Olšák
2010-06-20mapi: Add missing stdlib.h header for malloc declaration.Vinson Lee
2010-06-20i965g: Fix setup of immediate types for gen4 disasm.Vinson Lee
2010-06-20r300g: manually assign texture cache regionsMarek Olšák
2010-06-20r600g: handle DRM_API_HANDLE_TYPE_KMS in buffer_get_handleMarek Olšák
2010-06-20r300g: cleanup buffer_{from, get}_handleMarek Olšák
2010-06-20r300g: cleanup includesMarek Olšák
2010-06-20r300g: texture alignment code cleanup + use special alignment for AA texturesMarek Olšák
2010-06-19Revert "Fix image_matches_texture_obj() MaxLevel check"Will Dyson
2010-06-19r300g: fix random pixels appearing / incomplete renderingMarek Olšák
2010-06-19r300g: output floats instead of halfs when passed through translateMarek Olšák
2010-06-19r300g: fix clamp and mirror_clamp wrap modes when used with nearest filteringMarek Olšák
2010-06-19r300g: more informative warning in END_CSMarek Olšák
2010-06-19r300g: improve the ZTOP conditionMarek Olšák
2010-06-19r300g: fix up the CS size of the rasterizer stateMarek Olšák
2010-06-18intel: Finalize the miptree before mapping it for fallbacks.Eric Anholt
2010-06-18i965: Fix the name of aa_coverage_slope in the improved AA line params.Eric Anholt
2010-06-18graw: add two examples using new register filesZack Rusin
2010-06-18gallium: add a temporary array register fileZack Rusin
2010-06-18gallium: add a new register file - immediate arrayZack Rusin
2010-06-18llvmpipe: Fix pointer dereference after free.José Fonseca