mesa.git
2010-08-20 Luca Barbieriu_debug_symbol: add support for getting symbol names...
2010-08-20 Luca Barbieriu_debug_symbol: support getting a string without output
2010-08-20 Luca Barbieriauxiliary: add functions to describe gallium objects
2010-08-20 Dave Airlier600g: add occlusion query support
2010-08-20 Luca Barbieriu_staging: improve interface
2010-08-20 Luca Barbierigallium/docs: improve documentation for resources
2010-08-20 Chia-I Wumesa: Add missing ES sources to SConscript.
2010-08-20 Chia-I Wumesa: Decorate functions with GL_APIENTRY in es_generat...
2010-08-20 Chia-I Wumesa: Include compiler.h for ASSERT.
2010-08-20 Chia-I Wutargets/egl-gdi: Implement guess_gl_api.
2010-08-20 Chia-I Wuegl: Fix context API check and be verbose.
2010-08-20 Chia-I Wuegl: Add egl.def for win32 build.
2010-08-20 Chia-I Wuegl: Allow core functions to be queried.
2010-08-20 Keith Whitwellst/mesa: fix code/declaration mixing
2010-08-20 Luca Barbierigalahad: remove incorrect comment just added
2010-08-20 Luca Barbierinv50: use NV50TIC_0_2_TARGET_RECT
2010-08-20 Luca Barbierigalahad: check resource_create template
2010-08-20 Luca Barbierimesa/st: use PIPE_TEXTURE_RECT for GL_TEXTURE_RECTANGLE
2010-08-20 Luca Barbieriwinsys/sw: use PIPE_TEXTURE_RECT if appropriate
2010-08-20 Luca Barbierist/glx: use PIPE_TEXTURE_RECT if appropriate
2010-08-20 Luca Barbierist/dri: use PIPE_TEXTURE_RECT if appropriate
2010-08-20 Luca Barbieriauxiliary: support using PIPE_TEXTURE_RECT internally
2010-08-20 Luca Barbierimesa/st: support using PIPE_TEXTURE_RECT internally
2010-08-20 Luca Barbieriu_staging: use PIPE_TEXTURE_RECT
2010-08-20 Luca Barbieriu_blitter: use TGSI_TEXTURE_RECT
2010-08-20 Luca Barbierigallium: make all checks for PIPE_TEXTURE_2D check...
2010-08-20 Luca Barbierigallium: add PIPE_TEXTURE_RECT target
2010-08-20 Kenneth Graunkei965: Fix compile warnings on 64-bit Linux.
2010-08-20 Kenneth Graunkeast_to_hir: Reject function names that start with ...
2010-08-20 Kenneth Graunkeast_to_hir: Fix crash when a function shadows a variable.
2010-08-20 Corbin Simpsongalahad, i915g: Copy over constant buffer index check.
2010-08-20 Corbin Simpsongalahad, i915g: Move over a few state asserts.
2010-08-20 Corbin Simpsongalahad: Make it obvious on stderr that Galahad's active.
2010-08-20 Jakob Bornecrantzgallium/docs: Add Galahad
2010-08-20 Vinson Leeconfigs: Add -lstdc++ to default.
2010-08-20 Vinson Leemesa: Silence uninitialized variable warnings in dummy_...
2010-08-19 Luca Barbieritranslate_sse: enable on Win64
2010-08-19 Marek Olšáku_blitter: fix a memory leak
2010-08-19 Marek Olšákr300g: do not use fastfill with 16-bit zbuffers
2010-08-19 Alex Deucherr600g: update comments about ALU src operands
2010-08-19 Luca Barbieritranslate_sse: try to fix Win64
2010-08-19 Luca Barbieritranslate_sse: fix emit_load_sse2
2010-08-19 Vinson Leei915: Remove unnecessary header from i830_context.c.
2010-08-19 Chia-I Wust/egl: Fix win32 build.
2010-08-19 Dave Airlier600g: add sin/cos
2010-08-19 Dave Airlier600g: add a chiprev type for r600/r700/evergreen inste...
2010-08-19 Dave Airlier600g: add SSG, SEQ, SGT and SNE
2010-08-19 Eric Anholti965: Set the if stack pop count when breaking out...
2010-08-19 Eric Anholti965: Don't set the swizzle on an immediate value in...
2010-08-19 Eric Anholtmesa: Fix the whining for link failures to actually...
2010-08-19 Kenneth Graunkeglsl: Replace sscanf in s_expression reader with strspn...
2010-08-19 Vinson Leemesa: Remove unnecessary heaaders from shaderapi.c.
2010-08-19 Eric Anholtmesa: Don't try to free components of a NULL uniform...
2010-08-19 Eric Anholtglsl: Also strdup the names of uniform list entries...
2010-08-19 Kenneth Graunkeglcpp: Refresh autogenerated lexer.
2010-08-19 Kenneth Graunkeglcpp: Add basic #line support (adapted from the main...
2010-08-19 Eric Anholtir_to_mesa: Fix leak by improper freeing of a uniform...
2010-08-19 Eric Anholtglsl2: Free the shader compiler at dri screen destruction.
2010-08-18 Eric Anholtir_to_mesa: Don't leak the whole linked assembly program.
2010-08-18 Eric Anholtdri2: Clean up the common dri2 options at screen destroy.
2010-08-18 Eric Anholtglsl: Fix leak-causing typo in destructor that made...
2010-08-18 Vinson Leeglsl: Fix uninitialized member in ir_hierarchical_visto...
2010-08-18 Vinson Leemesa: fpclassify is available on OpenSolaris.
2010-08-18 Eric Anholtir_to_mesa: Fix leak of set_branchtargets temp data.
2010-08-18 Eric Anholtglsl: Garbage collect old prototype for ir_to_mesa.
2010-08-18 Eric Anholtir_to_mesa: Stop leaking the ir_instruction * annotatio...
2010-08-18 Eric Anholtmesa: Free linked shaders when deleting the shader...
2010-08-18 Eric Anholtmesa: Free old linked shaders when relinking new shaders.
2010-08-18 Eric Anholtglsl2: Fix copy'n'paste hilarity leading to leaking...
2010-08-18 Eric Anholtir_to_mesa: Free the ir_to_mesa temporary storage when...
2010-08-18 Eric Anholtmesa: Hang the compiled shader off the shader->ir,...
2010-08-18 Eric Anholtmesa: Make MESA_GLSL=dump include when compile/link...
2010-08-18 Kenneth Graunkeglsl: Fix scoping bug in if statements.
2010-08-18 Kenneth Graunkeglsl: Refresh autogenerated file builtin_function.cpp.
2010-08-18 Kenneth Graunkegenerate_builtins.py: Clean up generated output a bit.
2010-08-18 Kenneth Graunkeglsl/builtins: Add forgotten hyperbolic trig builtins...
2010-08-18 Kenneth Graunkeir_constant_expression: Implement equal/notEqual for...
2010-08-18 Andre Maasikasr600: implement SSG instruction
2010-08-18 michalgallivm: Use proper index to lookup predicate register...
2010-08-18 Andre Maasikasr600: implement DP2 opcode
2010-08-18 Kenneth Graunkeglsl2: Regenerate builtin_function.cpp.
2010-08-18 Kenneth Graunkeglsl2: Fix cut and paste error in EXT_texture_array...
2010-08-18 Carl Worthglcpp: Refresh generated files.
2010-08-18 Carl Worthglcpp: Add support for "redefined macro" error.
2010-08-18 Carl Worthglcpp: Add two new tests for testing redefined macros.
2010-08-18 Carl Worthglcpp: Allow standalone glcpp to accept a filename...
2010-08-18 Dave Airlier600g: add FRC, FLR, DDX and DDY
2010-08-18 Dave Airlier600g: add SGE and SLE opcodes
2010-08-18 Dave Airlier600g: add TXB support
2010-08-18 Dave Airlier600g: fix TXP vs TEX in shader.
2010-08-18 Carl Worthglcpp: Fix 064-version.c expected result to track recen...
2010-08-18 Carl Worthglcpp: Regenerated glcpp-lex.c from previous commit.
2010-08-18 Carl Worthglcpp: Don't include the newline when discarding single...
2010-08-18 Dave Airlier600g: add two simple tgsi opcodes.
2010-08-18 Dave Airlier600g: fix point size
2010-08-18 Eric Anholtir_to_mesa: Allow ir_return in main().
2010-08-18 Eric Anholti965: Throw a link error when we see a "return" in...
2010-08-18 Dave Airlier600g: fixup pitch alignment like r600c.
2010-08-18 Luca Barbieritranslate_sse: don't overwrite source buffer pointer
2010-08-18 Eric Anholtglcpp: Add testcase for #if handling bug that breaks...
next