glsl/glcpp: Add short-circuiting for || and && in #if/#elif for OpenGL ES.
[mesa.git] / src /
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.
2014-07-08 Marek Olšákradeonsi: mark MSAA config state as dirty at the beginn...
2014-07-08 Marek Olšákgallium: fix u_default_transfer_inline_write for textures
2014-07-08 Matt Turneri965: Remove artificial dependency between math instruc...
2014-07-08 Matt Turneri965/fs: Track dependencies in instruction scheduling...
2014-07-08 Chia-I Wuilo: fix fence reference counting
2014-07-08 Kristian Høgsbergi965: Extend compute-to-mrf pass to understand blocks...
2014-07-08 Ilia Mirkinnvc0/ir: fill offset in properly for TXD
2014-07-08 Ilia Mirkinnvc0/ir: use manual TXD when offsets are involved
2014-07-08 Ilia Mirkinnvc0/ir: do quadops on the right texture coordinates...
2014-07-08 Ilia Mirkinnv50/ir: ignore bias for samplerCubeShadow on nv50
2014-07-08 Ilia Mirkinnv50/ir: retrieve shadow compare from first arg
2014-07-07 Matt Turneri965/fs: Disable unlit_centroid_workaround on Haswell.
2014-07-07 Matt Turneri965/vec4: Perform CSE on CMP(N) instructions.
2014-07-07 Matt Turneri965/vec4: Don't emit null MOVs in CSE.
2014-07-07 Matt Turneri965/vec4: Improve CSE performance by expiring some...
2014-07-07 Kenneth Graunkei965/vec4: Add basic common subexpression elimination.
2014-07-07 Matt Turneri965: Fix warnings introduced in commit e24ef5ab.
2014-07-06 Christian Königgallium/radeon: use PRIX64 instead of PRIu64
2014-07-06 Matt Turneri965: Move assembly annotation functions to intel_asm_a...
2014-07-06 Matt Turneri965: Rename intel_asm_printer -> intel_asm_annotation.
2014-07-06 Matt Turneri965: Make backend_instruction usable from C.
2014-07-06 Matt Turneri965/cfg: Make cfg_t usable from C.
2014-07-06 Matt Turneri965: Repack backend_instruction struct.
2014-07-06 Matt Turneri965: Make a brw_predicate enum.
2014-07-06 Matt Turneri965: Make a brw_conditional_mod enum.
2014-07-06 Matt Turneri965: Move common fields into backend_instruction.
2014-07-06 Matt Turneri965: Use enum brw_reg_type for register types.
2014-07-06 Matt Turneri965: Move is_zero/one/null/accumulator into backend_reg.
2014-07-06 Matt Turneri965: Make a common backend_reg class.
2014-07-06 Matt Turneri965: Drop imm union from visitor register classes.
2014-07-06 Matt Turneri965: Use immediate storage in brw_reg for visitor...
2014-07-04 Chris Forbesglsl: Fix merging of layout(invocations) with other...
2014-07-04 Ilia Mirkinnvc0: add a memory barrier when there are persistent...
2014-07-04 Ilia Mirkinnv50: do an explicit flush on draw when there are persi...
2014-07-04 Ilia Mirkinnv50: disable dedicated ubo upload method
2014-07-03 Ilia Mirkingallium: rename PIPE_CAP_TGSI_VS_LAYER to also have...
2014-07-03 Ilia Mirkinmesa/st: enable AMD_vertex_shader_viewport_index
2014-07-03 Ilia Mirkinr600g: allow vs to write to gl_ViewportIndex
2014-07-03 Thomas Hellstromsvga: Don't unnecessarily reemit BindGBShader commands v2
2014-07-03 Aaron Watryradeon/llvm: Allocate space for kernel metadata operands
2014-07-03 Samuel Iglesias... glsl: fix duplicated layout qualifier detection for GS
2014-07-03 Brian Paulsvga: add switch cases for PIPE_SHADER_CAP_DOUBLES
2014-07-03 Thomas Hellstromst/xa: Don't close the drm fd on failure v2
2014-07-03 Michel DänzerRevert "radeonsi: Use dma_copy when possible for si_blit."
2014-07-03 Ilia Mirkini965: expose AMD_vertex_shader_viewport_index on gen7+
2014-07-03 Ilia Mirkinglsl: add support for AMD_vertex_shader_viewport_index
2014-07-03 Ilia Mirkinmesa: add support for AMD_vertex_shader_viewport_index
2014-07-03 Ilia Mirkinmesa/st: enable ARB_fragment_layer_viewport
2014-07-02 Eric Anholti965/gen6: Add a spec citation about push constant...
2014-07-02 Eric Anholti965: Add a comment about null renderbuffer surfaces...
2014-07-02 Eric Anholti965: Update a ton of comments about constant buffers.
2014-07-02 Eric Anholti965: Merge VS/GS and WM pull constant buffer upload...
2014-07-02 Eric Anholti965/gen6+: Merge VS/GS and WM push constant buffer...
2014-07-02 Eric Anholti965: Move dispatch_grf_start_reg and first_curbe_grf...
2014-07-02 Eric Anholti965: Fix state flags for gen4/5 CURBE.
2014-07-02 Eric Anholti965: Remove a dead define.
2014-07-02 Eric Anholti965: Reuse libdrm's header for AUB definitions.
2014-07-02 Eric Anholti965: Fix stale comments about the state cache.
2014-07-02 Eric Anholti965: Fix stale binding table comment.
2014-07-02 Eric Anholti965: Drop the memcmp for finding duplicated CURBE...
2014-07-02 Eric Anholti965: Reuse intel_upload.c for gen4/5 constant buffers.
2014-07-02 Tom Stellardgallium: Add PIPE_SHADER_CAP_DOUBLES
2014-07-02 Matt Arsenaultclover: Fix not setting build log if the build succeeds v2
2014-07-02 Francisco Jerezclover: Have compat::string allocate its own memory.
2014-07-02 Tom Stellardgallium/radeon: Only print a message for LLVM diagnosti...
2014-07-02 Tom Stellardradeon/llvm: Use the llvm.rsq.clamped intrinsic for RSQ
2014-07-02 Ilia Mirkinr600g: allow viewport index/layer to be sent to ps
2014-07-02 Emil Velikovtargets/dri: allow duplicated symbols
2014-07-02 Emil Velikovst/dri: Remove the old libdridrm library
2014-07-02 Emil Velikovtargets/dri-vmwgfx: Convert to static/shared pipe-drivers
2014-07-02 Emil Velikovtargets/dri-ilo: Convert to static/shared pipe-driver
2014-07-02 Emil Velikovtargets/dri-i915: Convert to static/shared pipe-drivers
2014-07-02 Emil Velikovtargets/dri-freedreno: Convert to static/shared pipe...
2014-07-02 Emil Velikovtargets/(r300|r600|radeonsi)/dri: Convert to static...
2014-07-02 Emil Velikovtargets/dri-nouveau: Convert to static/shared pipe...
2014-07-02 Emil Velikovst/dri/drm: Add a second libdridrm library
2014-07-02 Emil Velikovst/dri: Allow separate dri-targets
2014-07-02 Emil Velikovtargets/dri-swrast: use drm aware dricommon when buildi...
2014-07-02 Ilia Mirkinnvc0: add missed PIPE_CAP_DRAW_INDIRECT
2014-07-01 Roland Scheideggerllvmpipe: get rid of llvmpipe_get_texture_tile_linear
2014-07-01 Roland Scheideggerllvmpipe: get rid of llvmpipe_get_texture_image
next