mesa.git
2012-11-06 Paul Berryglapi: Annotate XML with function name suffix anomalies.
2012-11-06 Paul Berryglapi: Annotate XML with desktop="false" for GLES-only...
2012-11-06 Paul Berryglapi: Annotate XML with exec="{es,check}" for special...
2012-11-06 Paul Berryglapi: Annotate XML with exec="loopback" for loopback...
2012-11-06 Paul Berryglapi: Annotate XML with exec="dynamic" for dynamic...
2012-11-06 Paul Berryglapi: Annotate XML with exec="skip" for unimplemented...
2012-11-06 Paul Berryglapi: Annotate XML with deprecated="3.1" for deprecate...
2012-11-06 Paul Berryglapi: Mark GLX extensions as window_system="glX".
2012-11-06 Paul Berryglapi: Use GL_ or GLX_ prefix for all category names.
2012-11-06 Paul Berrydispatch: Remove a few FEATURE_ES1 conditionals.
2012-11-06 Brian Paulmesa: assert that key->fragprog_inputs_read value isn...
2012-11-06 Brian Paulmesa: fix MSVC signed/unsigned warnings in context.c
2012-11-06 Brian Paulmesa: fix MSVC signed/unsigned warnings in transformfee...
2012-11-06 Brian Paulswrast: fix MSVC signed/unsigned warnings
2012-11-06 Brian Paultnl: fix MSVC signed/unsigned warnings
2012-11-06 Brian Paulmesa: silence MSVC signed/unsigned warning in texgetmage.c
2012-11-06 Brian Paulmesa: silence MSVC signed/unsigned warning in texstorage.c
2012-11-06 Brian Paulvbo: use GLuint for numInstances to silence MSVC warnings
2012-11-06 Brian Paulmesa: fix signed/unsigned MSVC warnings in fbobject.c
2012-11-06 Brian Paulmesa: s/GLint/GLuint/ in matrix.c to silence MSVC warnings
2012-11-06 Brian Paulmesa: s/int/GLuint/ in get.c to silence MSVC warnings
2012-11-06 Brian Paulmesa: fix assorted MSVC conversion warnings in format_p...
2012-11-06 Brian Paulst/mesa: change glsl_to_tgsi_visitor from class to...
2012-11-06 Brian Paulst/mesa: add int cast to silence warning
2012-11-06 Brian Paulglsl: fix signed/unsigned comparision warnings on MSVC
2012-11-06 Brian Paulglsl: remove incorrect 'struct' keyword
2012-11-06 Brian Paulglsl: add 'f' suffix to floats to silence MSVC warnings
2012-11-06 Brian Paulglsl: change int->unsigned to silence MSVC warnings
2012-11-06 Vinson Leescons: Require libdrm_radeon 2.4.40.
2012-11-06 Marek Olšákr600g: add in-place DB decompression and texturing...
2012-11-06 Marek Olšákconfigure.ac: require libdrm_radeon 2.4.40
2012-11-06 Marek Olšákvbo: fix glVertexAttribI* functions
2012-11-05 Anuj Phogatmeta: Remove redundant code in _mesa_meta_GenerateMipmap
2012-11-05 Anuj Phogatmesa: Generate invalid operation in glGenerateMipMap...
2012-11-05 José Fonsecatrace: Prevent segfault when passing NULL to set_vertex...
2012-11-05 José Fonsecagalahad: Prevent segfault when passing NULL to set_vert...
2012-11-05 José Fonsecautil: Make u_framebuffer.h C++ safe.
2012-11-04 Eric Anholtmesa: Use "non-gen name" more consistently as an error...
2012-11-04 Eric Anholtmesa: Fix core GL genned-name handling for glBeginQuery().
2012-11-04 Eric Anholtmesa: Fix the core GL genned-name handling for glBindBu...
2012-11-04 Vandrus Zoltáni965: Fix oversized initial allocation of the state...
2012-11-04 Eric Anholti965: Force border color A to 1 when it's not present...
2012-11-04 Eric Anholti965: Fix uploading user vertex arrays with basevertex...
2012-11-04 Eric Anholti965: Set dirty state for brw_draw_upload.c when num_in...
2012-11-04 Eric Anholti965: Remove the vbo_rebase_prims() path.
2012-11-04 Eric Anholti965/fs: Fix a comment in copy propagation.
2012-11-04 Eric Anholti965/fs: Allow copy-propagation on pull constant load...
2012-11-04 Eric Anholti965/fs: Do dead code elimination just after copy propa...
2012-11-04 Lucas Stachnv50,nvc0: expose ARB_map_buffer_alignment
2012-11-04 Kenneth Graunkei965/fs: Compact the virtual GRF arrays.
2012-11-03 Jordan Justendispatch_sanity test: add GL CORE 3.1 test
2012-11-03 Jordan Justendispatch_sanity test: create common context creation...
2012-11-03 Jordan Justendispatch_sanity test: allow newer functions to be set...
2012-11-03 Jordan Justendispatch_sanity test: pass ctx to validate_functions...
2012-11-03 Jordan Justendispatch_sanity test: add version to function list
2012-11-03 Jordan Justenmesa: remove unimplemented FramebufferTextureFaceARB
2012-11-03 Jordan Justenmesa: remove unimplemented FramebufferTextureARB
2012-11-03 Jordan Justenmesa: disable ProgramParameteri until it is needed
2012-11-03 Jordan Justenglapi: alias ProgramParameteriARB to ProgramParameteri
2012-11-03 Jordan Justenglapi: move include for ARB_get_program_binary.xml...
2012-11-03 Jordan Justenglapi: alias FramebufferTextureARB to FramebufferTexture
2012-11-03 Jordan Justenmesa shaderapi: don't enable various functions for...
2012-11-03 Jordan Justenmesa api_exec: disable StencilFuncSeparateATI for API_O...
2012-11-03 Jordan Justenmesa api_exec: add comment regarding GetPointerv &...
2012-11-02 Vincent Lejeuner600g: make tgsi-to-llvm generates store.pixel* intrins...
2012-11-02 Vincent Lejeuneconfigure.ac: Prevent build of radeon llvm backend...
2012-11-02 Thierry Redingandroid: Update for builtin_stubs.cpp move
2012-11-02 Michel Dänzerradeonsi: Implement support for vertex shader samplers.
2012-11-02 Johannes Obermayrglsl: Fix builtin_compiler build by -I $(top_srcdir...
2012-11-02 José Fonsecascons: Update for builtin_stubs.cpp
2012-11-02 Thierry Redingbuild: Don't cross-compile GLSL builtin compiler
2012-11-01 Brian Paullibgl-xlib: include glheader.h instead of GL/gl.h to...
2012-11-01 Kenneth Graunkei965: Remove unused variables after removing the old...
2012-11-01 Kenneth Graunkei965: Remove unnecessary walk through Mesa IR in Progra...
2012-11-01 Kenneth Graunkei965: Remove VS constant buffer read support from brw_e...
2012-11-01 Kenneth Graunkei965: Update comment about clipper constants.
2012-11-01 Kenneth Graunkei965/vs: Remove brw_vs_compile::constant_map.
2012-11-01 Kenneth Graunkei965/vs: Remove support for the old parameter layout.
2012-11-01 Kenneth Graunkei965/vs: Delete the old vertex shader backend.
2012-11-01 Kenneth Graunkei965/vs: Replace brw_vs_emit.c with dumping code into...
2012-11-01 Kenneth Graunkei965/vs: Refactor min/max handling to share code.
2012-11-01 Kenneth Graunkei965/vs: Add support for emitting DPH opcodes.
2012-11-01 Kenneth Graunkei965/vs: Only do INTEL_DEBUG=perf when there's a GLSL...
2012-11-01 Paul Berrydispatch: stop generating separate GLES1 API code.
2012-11-01 Paul Berrydispatch: stop using _mesa_create_exec_table_es1()...
2012-11-01 Paul Berrydispatch: GLES1 fixes for _mesa_create_exec_table().
2012-11-01 Paul Berrydispatch: Make a header to go along with querymatrix.c.
2012-11-01 Paul Berrydispatch: Add standard boilerplate and GL_APIENTRY...
2012-11-01 Paul Berrydispatch: Include GLES1-only functions in dispatch...
2012-11-01 Paul Berrydispatch: properly handle parameter name mismatches...
2012-11-01 Paul Berrydispatch: Include glheader.h in dispatch-related files.
2012-11-01 Paul Berrydispatch: Update check_table.cpp to reflect recent...
2012-11-01 Eric Anholti965/gen4: Fix assertion failures in depthstencil pigli...
2012-11-01 Kenneth Graunkei965: Add "alpha to coverage" to performance debug...
2012-11-01 Kenneth Graunkei965: Don't replicate data for zero-stride arrays when...
2012-11-01 Kenneth Graunkei965: Don't bother trying to extend the current vertex...
2012-11-01 Marek Olšákr600g: re-enable handling of DISCARD_RANGE, improving...
2012-11-01 Marek Olšákr600g: fix abysmal performance in Reaction Quake
2012-11-01 Marek Olšákgallium/u_vbuf: document how it works
2012-11-01 Marek Olšákgallium/u_vbuf: optimize looping over the list of buffe...
next