mesa.git
2011-11-09 Eric Anholtintel: Don't _mesa_problem when asked for an RB of...
2011-11-09 Paul Berryr200: remove dangling radeon.h symlink.
2011-11-09 Paul Berryglsl: Assign transform feedback varying slots in linker.
2011-11-09 Ian Romanickglsl: Clamp vector indices when lowering to swizzles
2011-11-09 José Fonsecascons: Disable deprecated POSIX name MSVC warnings.
2011-11-09 José Fonsecamesa,glsl,mapi: Put extern "C" { ... } where appropriate.
2011-11-09 José Fonsecascons: Don't list m_xform.c twice.
2011-11-09 José Fonsecaglu: Fix deprecated conversion from string constant...
2011-11-08 Marek Olšákr600g: clarify meaning of one variable in shader codegen
2011-11-08 Marek Olšákr600g: cosmetic changes in query code
2011-11-08 Marek Olšákr600g: use modulo for computing index into query (ring...
2011-11-08 Marek Olšákr600g: make r600_query_result more generic
2011-11-08 José FonsecaRemove tgsi_sse2.
2011-11-08 Brian Paulmesa: fix signed/unsigned integer comparison warnings
2011-11-08 Brian Paulglsl: remove trailing comma to silence warning
2011-11-08 Ian Romanickmesa: Implement glGetFragDataLocation
2011-11-08 Ian Romanicklinker: Use app-specified fragment data location during...
2011-11-08 Ian Romanickmesa: Stub implementation of glBindFragDataLocation
2011-11-08 Morgan Armandsoftpipe: don't clamp or do logical operations on float...
2011-11-08 Vinson Leest/mesa: Fix memory leak on error path.
2011-11-08 Vinson Leest/dri: Fix memory leak on error path.
2011-11-08 Dan McCabeglsl: Generate IR for switch statements
2011-11-08 Dan McCabeglsl: Reference data structure ctors in grammar
2011-11-08 Dan McCabeglsl: Create AST structs corresponding to new productio...
2011-11-08 Dan McCabeglsl: Add productions to GLSL grammar for switch statement
2011-11-08 Dan McCabeglsl: Create AST data structures for switch statement...
2011-11-08 Chia-I Wuutil: add log2f for Android
2011-11-07 Brian Paulmesa: remove prog_uniform.c from SConscript
2011-11-07 Ian RomanickDelete code made dead by previous uniform related patches
2011-11-07 Ian Romanickmesa: Add missing check for glUniform*v count > 1 on...
2011-11-07 Ian Romanickmesa: Rewrite the way uniforms are tracked and handled
2011-11-07 Ian Romanicki965: Move _mesa_ir_link_shader call before device...
2011-11-07 Ian Romanickmesa: Add log_uniform and log_program_parameters to...
2011-11-07 Ian Romanickir_to_mesa: Add _mesa_associate_uniform_storage
2011-11-07 Ian Romanickmesa: Add _mesa_uniform_{attach,detach_all}_driver_stor...
2011-11-07 Ian Romanickmesa: Add _mesa_propagate_uniforms_to_driver_storage
2011-11-07 Ian Romanicklinker: Track uniform locations to new tracking structures
2011-11-07 Ian Romanickmesa: Add structures for "new style" uniform tracking...
2011-11-07 Ian Romanicklinker: Add helper class for parcelling out backing...
2011-11-07 Ian Romanicklinker: Add helper class for determining uniform usage
2011-11-07 Ian Romanickmesa: Move most of uniforms.c to uniform_query.cpp
2011-11-07 Ian Romanickmesa: Refactor parameter validate for GetUniform, Unifo...
2011-11-07 Ian Romanickmesa: Move {split,merge}_location_offset to uniforms.h
2011-11-07 Ian Romanickglsl: Add new structures for tracking uniforms in linke...
2011-11-07 Ian Romanickmesa: Make get_uniform available outside compilation...
2011-11-07 Ian Romanickmesa: Move the link check from _mesa_get_uniform_locati...
2011-11-07 Ian Romanicklinker: Make invalidate_variable_locations available...
2011-11-07 Ian Romanickglsl: Allow glsl_types.h to be included in C sources
2011-11-07 Ian Romanickmesa: Add string_to_uint_map::clear method to clear...
2011-11-07 Ian Romanickmesa: Fix error generation for glClearBuffer{i ui}v...
2011-11-07 Brian Paulmesa: fix the selection of soft renderbuffer color...
2011-11-07 Brian Paulmesa: remove unneeded soft renderbuffer format-setting...
2011-11-07 Brian Paulmesa: fix comment typo in intel_renderbuffer
2011-11-07 Brian Paulintel: update intel_texture_image comment
2011-11-07 Brian Paulintel: wrap comment and fix typo
2011-11-07 Brian Paulst/mesa: first implementation of Map/UnmapRenderbuffer()
2011-11-07 Brian Paulxlib: implement renderbuffer mapping/unmapping
2011-11-07 Brian Paulmesa: check for immutable texture in _mesa_test_texobj_...
2011-11-07 Brian Paulswrast: update program type assertion
2011-11-07 Brian Paulst/mesa: clean-up st_translate_interp()
2011-11-07 Brian Paulst/mesa: add some null pointer checking to better handl...
2011-11-07 Morgan Armandst/mesa: fix memory leaks
2011-11-07 Morgan Armandst/mesa: fix indentation
2011-11-07 Morgan Armandsoftpipe: fix memory leaks
2011-11-07 Kenneth Graunkei965: Fix Sandybridge regression introduced by workarou...
2011-11-07 Kenneth Graunkei965: Enable faster workaround-free math on Ivybridge.
2011-11-07 Marek Olšákmesa: add missing checks to compute_version
2011-11-07 Fabio Pedrettiradeon: cleanup radeon shared code after r300 and r600...
2011-11-07 Kenneth Graunkei965: Fix struct vs class warnings in brw_fs_vector_spl...
2011-11-06 Dave Airliellvmpipe: fix typo in the depth sampling aos code.
2011-11-06 Dave Airliellvmpipe: enable RGTC after u_format fix.
2011-11-06 Dave Airlieu_format: fix RGTC support in fits 8unorm.
2011-11-06 Chia-I Wuscons: add CPP_SOURCES for nv50/nvc0
2011-11-06 Chia-I Wuandroid: add CPP_SOURCES for nv50/nvc0
2011-11-06 Chia-I Wuandroid: reorder nouveau pipe drivers
2011-11-06 Dave Airliegl3.txt: update for ARB_texture_storage.
2011-11-06 Dave Airlier600g: add initial linestipple support.
2011-11-06 Christian Incigallivm: change sys::getHostTriple to sys::getDefaultTa...
2011-11-06 Vinson Leeg3dvl: Fix memory leaks on error paths.
2011-11-06 Vinson Leepp: Reorder calloc to avoid memory leak on error path.
2011-11-05 Vadim Girlinr600g: move SPI setup to PS setup
2011-11-05 Vadim Girlinr600g: precalculate semantic indices for SPI setup
2011-11-05 Matt Turnerdocs: fix grammar and punctuation in llvmpipe docs.
2011-11-05 Dave Airliegl3.txt: add not of ARB_texture_storage work started.
2011-11-05 José Fonsecadocs: Update llvmpipe docs.
2011-11-05 Chia-I Wuconfigure.ac: gbm_gallium requires DRI_LIB_DEPS to...
2011-11-05 Chia-I Wushared-glapi: fix a linking error for SELinux
2011-11-04 Alex DeucherRevert "r600g: precalculate semantic indices for SPI...
2011-11-04 Alex DeucherRevert "r600g: move SPI setup to PS setup"
2011-11-04 Brian Paulsvga: fix varying var remapping for unused FS outputs
2011-11-04 Brian Paulsvga: add comments and reformat code in svga_tgsi_decl_...
2011-11-04 Marek Olšákst/mesa: set geometry shader to NULL when doing interna...
2011-11-04 José Fonsecamesa/st: Be nice with the stack -- use malloc for large...
2011-11-04 George Sapountzisdri: cosmetic
2011-11-04 George Sapountzisdri_util: move drawable functions
2011-11-04 George Sapountzisdri_util: move context functions
2011-11-04 George Sapountzisdri_util: move context functions
2011-11-04 George Sapountzisdri_util: move screen functions
2011-11-04 George Sapountzisdri: drop stray includes and typedef
2011-11-04 George Sapountzisdri: move __driUtilMessage to xmlconfig.c
next