mesa.git
2014-07-15 Christoph Bumillernvc0: add support for indirect drawing
2014-07-15 Ilia Mirkinnouveau: check if a fence has already been signalled
2014-07-15 Matt Turnerglsl: Don't declare variables in for-loop declaration.
2014-07-15 Connor Abbottexec_list: Make various places use the new length(...
2014-07-15 Connor Abbottexec_list: Add a function to give the length of a list.
2014-07-15 Connor Abbottexec_list: Add a prepend function.
2014-07-15 Ian Romanickmesa: Don't allow GL_TEXTURE_{LUMINANCE,INTENSITY}_...
2014-07-15 Ian Romanickmesa: Don't allow GL_TEXTURE_BORDER queries outside...
2014-07-15 Ian Romanickmesa: Handle uninitialized textures like other textures...
2014-07-15 Matt Turneri965/fs: Relax interference check in register coalescing.
2014-07-15 Matt Turneri965/fs: Perform CSE on sends-from-GRF rather than...
2014-07-15 Matt Turnerglsl: Update expression types after rebalancing the...
2014-07-15 Matt Turnerglsl: Add callback_leave to ir_hierarchical_visitor.
2014-07-15 Matt Turneri965: Initialize new chunks of realloc'd memory.
2014-07-15 Tom Stellardradeon/llvm: Fix LLVM diagnostic error reporting
2014-07-15 José Fonsecautil/tgsi: Fix ureg_EMIT/ENDPRIM prototype.
2014-07-15 Vinson Leeglapi: Use GetProcAddress instead of dlsym on Windows.
2014-07-15 Chia-I Wuilo: raise texture size limits
2014-07-15 Chia-I Wuilo: move away from drm_intel_bo_alloc_tiled
2014-07-14 Marek Olšákradeonsi: partially revert "switch descriptors to i32...
2014-07-14 Matt Turneri965/vec4: Invalidate live intervals in opt_cse, not...
2014-07-14 Matt Turneri965/vec4: Move aeb list into opt_cse_local.
2014-07-14 Matt Turneri965/fs: Invalidate live intervals in opt_cse, not...
2014-07-14 Matt Turneri965/fs: Move aeb list into opt_cse_local.
2014-07-14 Cody Northropglsl: Fix aggregates with dynamic initializers.
2014-07-13 Jon TURNEYAvoid mesa_dri_drivers import lib being installed
2014-07-12 Chris Forbesi965/vec4: Silence warnings about unhandled interpolati...
2014-07-12 Chris Forbesdocs: Mark off ARB_gpu_shader5 interpolation functions...
2014-07-12 Chris Forbesi965/fs: add support for ir_*_interpolate_at_* expressions
2014-07-12 Chris Forbesi965/fs: Skip channel expressions splitting for interpo...
2014-07-12 Chris Forbesi965/fs: add generator support for pixel interpolator...
2014-07-12 Chris Forbesi965: add low-level support for send to pixel interpolator
2014-07-12 Chris Forbesi965/disasm: add support for pixel interpolator messages
2014-07-12 Chris Forbesi965: Add message descriptor bit definitions for pixel...
2014-07-11 Chris Forbesi965/disasm: Disassemble indirect sends more properly
2014-07-11 Chris Forbesi965: Avoid crashing while dumping vec4 insn operands
2014-07-11 Chris Forbesi965: Fix two broken asserts in brw_eu_emit
2014-07-11 Chris Forbesglsl: add new interpolateAt* builtin functions
2014-07-11 Chris Forbesglsl: add new expression types for interpolateAt*
2014-07-11 Chris Forbesallow builtin functions to require parameters to be...
2014-07-11 Marek Olšákradeonsi: rename definitions of shader limits
2014-07-11 Marek Olšákradeonsi: switch descriptors to i32 vectors
2014-07-11 Marek Olšákradeonsi: properly implement texture opcodes that take...
2014-07-11 Marek Olšákradeonsi: fix texture fetches with derivatives for...
2014-07-11 Marek Olšákradeonsi: fix samplerCubeShadow with bias
2014-07-11 Marek Olšákst/mesa: fix samplerCubeShadow with bias
2014-07-11 Marek Olšákmesa: fix crash in st/mesa after deleting a VAO
2014-07-11 Jon TURNEYconfigure: Cygwin requires _XOPEN_SOURCE >= 700 to...
2014-07-10 Brian Paulgallium/docs: minor clarification for TXQ instruction
2014-07-10 Brian Paulsoftpipe: fix sp_get_dims() for PIPE_BUFFER
2014-07-10 Brian Paulglsl/glcpp: move macro declaration before code to fix...
2014-07-10 Ilia Mirkinnvc0/ir: add support for interpolating with non-default...
2014-07-10 Ilia Mirkingallium: add INTERP_* opcodes to support interpolateAt*
2014-07-10 Ilia Mirkinr600g: remove unused base_vector_chan variable
2014-07-10 Ilia Mirkini965: forward-declare struct brw_context in brw_reg.h
2014-07-10 Ilia Mirkinnvc0/ir: fix encoding of offset register into interpola...
2014-07-10 Ilia Mirkinnvc0/ir: account for indirect textures on fermi for txd
2014-07-10 Ilia Mirkinnvc0/ir: unset s/r indirect sources before moving every...
2014-07-10 Emil Velikovtargets/dri-swrast: Convert to static/shared pipe-driver
2014-07-10 Emil Velikovst/dri: merge dri/drm and dri/sw backends
2014-07-10 Emil Velikovtargets/dri-swrast: convert to gallium megadrivers :)
2014-07-10 Emil Velikovscons: build and use a single dri_common library
2014-07-10 Emil Velikovst/dri/drm: remove __driDriverExtensions and driDriverAPI
2014-07-10 Emil Velikovtargets/dri: cleanup conversion leftovers
2014-07-10 Emil Velikovtargets/dri: update scons build to handle __driDriverGe...
2014-07-10 Emil Velikovtargets/dri: Add __driDriverGetExtensions_vmwgfx
2014-07-10 Emil Velikovtargets/dri: Add __driDriverGetExtensions_i965 symbol
2014-07-10 Emil Velikovtargets/dri: Add __driDriverGetExtensions_i915 symbol
2014-07-10 Emil Velikovtargets/dri: Add __driDriverGetExtensions_freedreno...
2014-07-10 Emil Velikovtargets/dri: Add __driDriverGetExtensions_(r300|r600...
2014-07-10 Emil Velikovtargets/dri: Add __driDriverGetExtensions_nouveau symbol
2014-07-09 Ilia Mirkintgsi: add interpolation location modifier support to...
2014-07-09 Ilia Mirkinmesa/st: add per sample shading state to fp key and...
2014-07-09 Ilia Mirkingallium: switch dedicated centroid field to interpolati...
2014-07-09 Kenneth Graunkemeta: Call glObjectLabel before linking.
2014-07-09 Kenneth Graunkeff_fragment_shader: Access glsl_types directly.
2014-07-09 Brian Paulst/mesa: add PIPE_FORMAT_R10G10B10A2_UNORM to format_ma...
2014-07-09 Brian Paulst/mesa: add some missing MESA/PIPE_FORMAT_R10G10B10A2_...
2014-07-09 Carl Worthglsl/glcpp: Don't choke on an empty pragma
2014-07-09 Carl Worthglsl/glcpp: Promote "extra token at end of directive...
2014-07-09 Carl Worthglsl/glcpp: Once again report undefined macro name...
2014-07-09 Carl Worthglsl/glcpp: Add short-circuiting for || and && in ...
2014-07-09 Carl Worthglsl/glcpp: Fix glcpp to properly lex entire "preproces...
2014-07-09 Carl Worthglsl/glcpp: Fix glcpp to catch garbage after #if 1...
2014-07-09 Carl Worthglsl/glcpp: Fixup glcpp tests for redefining a macro...
2014-07-09 Anuj Phogatglsl/glcpp: Fix preprocessor error condition for macro...
2014-07-09 Carl Worthglsl/glcpp: Add test to ensure compiler won't allow...
2014-07-09 Anuj Phogatglsl/glcpp: Do not allow undefining the built-in macros
2014-07-09 Brian Paulgallium/u_blitter: fix some shader memory leaks
2014-07-09 Ilia Mirkintgsi: properly parse indirect dimension references...
2014-07-09 Christian Königradeonsi: fix order of r600_need_dma_space and r600_con...
2014-07-09 Brian Paulst/mesa: fix geometry shader memory leak
2014-07-09 Brian Paulmesa: fix geometry shader memory leaks
2014-07-09 Brian Paulst/mesa: minor simplification of some state atom assign...
2014-07-09 Brian Paulst/mesa: minor fix-up in st_GetSamplePosition()
2014-07-09 Brian Paulmesa: use float to silence MSVC warning in _mesa_GetMul...
2014-07-08 Samuel Pitoisetnvc0: allocate more space before a counter is configured
2014-07-08 Tobias Klausmannnv50/ir: use unordered_set instead of list to keep...
2014-07-08 Kenneth Graunkei965/disasm: Fix disassembly of the any16h/all16h predi...
2014-07-08 Kenneth Graunkeglsl: Fix the foreach_in_list_reverse macro.
next