mesa.git
2013-03-28 Eric Anholti965: Track ARB program state along with GLSL state...
2013-03-28 Marek Olšákst/dri: fix crash with HUD and single buffering
2013-03-28 Marek Olšákst/mesa: remove leftover printfs from ReadPixels
2013-03-28 Eric Anholti965/fs: Improve performance of copy propagation datafl...
2013-03-27 Zack Rusinllvmpipe/draw: Fix texture sampling in geometry shaders
2013-03-27 Zack Rusindraw/llvm: Cleanup the store debugging code
2013-03-27 Zack Rusindraw: Allocate the output buffer for output primitives
2013-03-27 Zack Rusingallivm: Implement the breakc instruction
2013-03-27 Zack Rusingallivm: implement implicit primitive flushing
2013-03-27 Zack Rusingallium/llvm: implement geometry shaders in the llvm...
2013-03-27 Zack Rusindraw/gs: Fetch more than one primitive per invocation
2013-03-27 Zack Rusindraw/gs: Abstract the portions of GS that are tgsi...
2013-03-27 Zack Rusindraw/llvm: Remove unused gs_constants from jit_context
2013-03-27 Zack Rusingraw/gs: add missing max output vertices to all tests
2013-03-27 Jerome Glisseradeonsi: add cs tracing v3
2013-03-26 Chris Forbesmesa: only check sample count if we actually wanted...
2013-03-26 Christian Königradeon/llvm: document LLVM commit
2013-03-26 Christian Königradeonsi: add preloading for all samplers
2013-03-26 Christian Königradeonsi: add preloading of all constants
2013-03-26 Christian Königradeonsi: mark most intrinsics as readnone/nounwind
2013-03-26 Christian Königradeonsi: mark all loads as constant
2013-03-26 Christian Königradeonsi: remove wqm intrinsic
2013-03-26 Christian Königradeon/llvm: remove uneeded inclusion
2013-03-26 Christian Königglsl_to_tgsi: avoid creating arrays if driver doesn...
2013-03-26 Christian Königglsl_to_tgsi: make simplify_cmp work with arrays
2013-03-26 Marek Olšákgallium/docs: document get_driver_query_info
2013-03-26 Marek Olšákr600g: add a driver query returning the amount of reque...
2013-03-26 Marek Olšákr600g: add a driver query returning the number of draw_...
2013-03-26 Marek Olšákst/dri: integrate the HUD
2013-03-26 Marek Olšákgallium: implement a heads-up display module
2013-03-26 Marek Olšákgallium: add interface for driver queries like performa...
2013-03-26 Marek Olšákgallium/tgsi: fix valgrind warning
2013-03-26 Marek Olšákst/mesa: fix crash with blit-based GetTexImage
2013-03-26 Marek Olšákcso: add constant buffer save/restore feature for postp...
2013-03-26 Marek Olšákradeonsi: fix crash while binding a NULL constant buffer
2013-03-26 Marek Olšákr600g: fix crash while binding a NULL constant buffer
2013-03-26 Marek Olšákr300g: fix crash while binding a NULL constant buffer
2013-03-25 Martin Anderssonr600g: Use virtual address for PIPE_QUERY_SO* in r600_e...
2013-03-25 Rob Clarkfreedreno: use u_debug for debug env vars
2013-03-25 Jordan Justenglsl ir: add as_dereference_record
2013-03-25 Brian Paulgallium: undef PACKAGE_* macros to silence warnings
2013-03-25 Brian Paulgallivm: init vars to silence warnings
2013-03-25 Brian Paulswrast: init vars to silence warnings
2013-03-25 Rob Clarkfreedreno: prefer sw upload for textures
2013-03-25 Rob Clarkfreedreno: track maximal scissor bounds
2013-03-25 Adrian Marius... android: fix Android.mk bug in mesa/drivers/dri/common
2013-03-25 Eric Anholtmesa: Disable validate_ir_tree() on release builds.
2013-03-24 Roland Scheideggergallivm: move code for dealing with rgb9e5 and r11g11b1...
2013-03-24 Vinson Leellvmpipe: Fix assertions with assignment instead of...
2013-03-24 Paul Berryi965: Shrink brw_vue_map struct.
2013-03-24 Paul Berryi965/fs: Rename vp_outputs_written to input_slots_valid.
2013-03-24 Paul Berryi965: Use brw.vue_map_geom_out instead of VS output...
2013-03-24 Paul Berryi965: Store the geometry output VUE map in brw_context.
2013-03-24 Paul Berryi965: Move brw_vs_prog_data::outputs_written into VUE...
2013-03-24 Paul Berryi965/gen7: Use WE_all mode when enabling channel masks...
2013-03-24 Paul Berryi965: Rename BRW_VARYING_SLOT_MAX -> BRW_VARYING_SLOT_C...
2013-03-24 Paul Berryi965: Clarify nomenclature: vert_result -> varying
2013-03-24 Chris Forbesi965: bump MAX_DEPTH_TEXTURE_SAMPLES to 4/8
2013-03-24 Chris Forbesmesa: use _mesa_check_sample_count() for multisample...
2013-03-24 Chris Forbesmesa: helper for checking renderbuffer sample count
2013-03-24 Chris Forbesmesa: allow internalformat_query with multisample textu...
2013-03-24 Dmitry Cherkassovclover: add dynamic_cast results checking down in clSet...
2013-03-24 Roland Scheideggergallivm: Add code for rgb9e5 shared exponent format...
2013-03-23 Marek Olšákgallium,st/mesa: don't use blit-based transfers with...
2013-03-23 Marek Olšákst/mesa: implement blit-based ReadPixels
2013-03-23 Marek Olšákmesa: add common format-independent memcpy-based ReadPi...
2013-03-23 Marek Olšákmesa: add helper func for checking combined depthstenci...
2013-03-23 Marek Olšákmesa: add a common function returning transfer ops...
2013-03-23 Marek Olšákmesa: handle HALF_FLOAT like FLOAT in get_tex_rgba
2013-03-22 Roland Scheideggerllvmpipe: add EXT_packed_float render target format...
2013-03-22 Michel Dänzerr600g: Honour legacy debugging environment variables
2013-03-21 Matt Turnerdocs: Mark ARB_ES3_compatibility as done.
2013-03-21 Rob Clarkfreedreno: add pipe->blit
2013-03-21 Paul Berryi965: Add a driconf option to disable flush throttling.
2013-03-21 Matt Turnermesa: Implement TEXTURE_IMMUTABLE_LEVELS for ES 3.0.
2013-03-21 Adam Jacksonglx: Build with VISIBILITY_CFLAGS in automake
2013-03-21 Brian Paulscons: check for existance of 'MSVC_VERSION' in env
2013-03-21 Brian Paulsoftpipe: silence some asst. MSVC type warnings in...
2013-03-21 Brian Paulsoftpipe: silence some MSVC signed/unsigned warnings
2013-03-21 Brian Paulsoftpipe: silence some MSVC float/double warnings
2013-03-21 Brian Paulrbug: silence some MSVC signed/unsigned warnings
2013-03-21 Brian Paulpostprocess: silence some MSVC float/int warnings
2013-03-21 Brian Paulmeta: fix incorrect slice, r coordinate computation
2013-03-21 Brian Paulvega: fix MSVC warning about missing return statement
2013-03-21 Brian Paulmeta: minor indentation fix
2013-03-21 Michel Dänzerradeonsi: Emit pixel shader state even when only the...
2013-03-20 Chad Versaceandroid: Define PACKAGE_VERSION/BUGREPORT in CFLAGS
2013-03-20 Kenneth Graunkei965/vs: Add IR dumping for immediates.
2013-03-20 Kenneth Graunkeglsl: Add built-in functions for GLSL 1.50.
2013-03-20 Kenneth Graunkeglsl: Add sampler2DMS/sampler2DMSArray types to GLSL...
2013-03-20 Kenneth Graunkeglsl: Bump standalone compiler versions to 1.50.
2013-03-20 Kenneth Graunkei965: Don't use texture swizzling to force alpha to...
2013-03-20 Kenneth Graunkei965: Don't print a fatal-looking message if intelCreat...
2013-03-20 Eric Anholti965/gen7: Align all depth miplevels to 8 in the X...
2013-03-20 Christoph Bumillernvc0: fix max varying count, move CLIPVERTEX,FOG out...
2013-03-20 Christoph Bumillergallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3
2013-03-20 Ian Romanickdocs: import release notes for 9.1.1, add news item
2013-03-20 Kristian Høgsberggallium-egl: Fix compile errors introduced in de315f76a
2013-03-19 Paul Berryi965/fs: Avoid unnecessary recompiles due to POS bit...
2013-03-19 Paul Berryff_fragment_shader: Don't do unnecessary (and dangerous...
next