r300g: implement pipe_rasterizer_state::clip_halfz
[mesa.git] / src / gallium /
2014-10-22 Marek Olšákr300g: implement pipe_rasterizer_state::clip_halfz
2014-10-22 Michel Dänzerr600g: Drop references to destroyed blend state
2014-10-22 Rob Clarkfreedreno/a3xx: fix depth/stencil restore format
2014-10-22 Rob Clarkfreedreno/a3xx: fix viewport state during clear
2014-10-22 Rob Clarkfreedreno: mark scissor state dirty when enable bit...
2014-10-22 Rob Clarkfreedreno: clear vs scissor
2014-10-21 Vinson Leeclover: Fix build error with LLVM 3.4.
2014-10-21 Marek Olšákr600g,radeonsi: convert TGSI shader type to LLVM shader...
2014-10-21 Marek Olšákradeonsi: add some missing register definitions
2014-10-21 Marek Olšákradeonsi: load ring resource descriptors only once
2014-10-21 Marek Olšákradeonsi: clarify shader constant load functions
2014-10-21 Marek Olšákradeonsi: statically declare resource and sampler arrays
2014-10-21 Marek Olšákradeonsi: remove conversion of DX9 FACE input to GL
2014-10-21 Marek Olšákradeonsi: revert hack for random failures in glsl-max...
2014-10-21 Marek Olšákradeonsi: generate shader pm4 states right after shader...
2014-10-21 Marek Olšákradeonsi: make pm4 state generation for shaders indepen...
2014-10-21 Marek Olšákradeonsi: inline si_pm4_alloc_state
2014-10-21 Marek Olšákr300g: replace r300_get_num_samples with a util variant
2014-10-21 Marek Olšákgallium: add PIPE_SHADER_CAP_MAX_OUTPUTS and use it...
2014-10-21 Eric Anholtvc4: Fix SRC_ALPHA_SATURATE blending.
2014-10-21 Eric Anholtvc4: Fix stencil writemask handling.
2014-10-21 Eric Anholtvc4: Don't look at back stencil state unless two-sided...
2014-10-21 Rob Clarkfreedreno/ir3: add debug flag to disable cp
2014-10-21 Ilia Mirkinfreedreno: positions come out as integers, not half...
2014-10-21 Rob Clarkfreedreno/a3xx: disable early-z when we have kill's
2014-10-21 Rob Clarkfreedreno/ir3: fix potential gpu lockup with kill
2014-10-21 Rob Clarkfreedreno/ir3: comment + better fxn name
2014-10-21 Rob Clarkfreedreno/a3xx: only emit dirty consts
2014-10-21 Rob Clarkfreedreno/a3xx: more layer/level fixes
2014-10-20 EdBclover: Don't return CL_INVALID_VALUE if there is no...
2014-10-20 EdBclover: Add allow_empty_tag.
2014-10-20 EdBclover: Add initial implementation of clCompileProgram...
2014-10-20 EdBclover: Add a simple compat::pair.
2014-10-20 Francisco Jerezclover/util: Allow using key_equals with pair-like...
2014-10-20 Francisco Jerezclover/util: Define equality operators for a couple...
2014-10-20 Francisco Jerezclover/util: Fix construction of compat::vector with...
2014-10-19 Eric Anholtvc4: Translate 4-byte index buffers to 2 bytes.
2014-10-19 Eric Anholtvc4: Add support for rebasing texture levels so firstle...
2014-10-18 Eric Anholtvc4: Apply a Newton-Raphson step to improve RSQ
2014-10-18 Eric Anholtvc4: Apply a Newton-Raphson step to improve RCP.
2014-10-18 Eric Anholtvc4: Add a little bit more packet parsing to make dump...
2014-10-17 Eric Anholtvc4: Make some assertions about how many flushes/EOFs...
2014-10-17 Eric Anholtvc4: Fix accidental dropping of the low bits of the...
2014-10-17 Eric Anholtvc4: Set the primitive list format at the start of...
2014-10-17 Eric Anholtvc4: Replace the FLUSH_ALL with FLUSH.
2014-10-17 Eric Anholtvc4: Add some comments about state management.
2014-10-17 Eric Anholtvc4: Make sure there's exactly 1 tile store per tile...
2014-10-17 Michel Dänzerwinsys/radeon: Use a single buffer cache manager again
2014-10-16 Tom Stellardclover: Add environment variables for dumping kernel...
2014-10-16 Tom Stellardclover: Register an llvm diagnostic handler v3
2014-10-16 Tom Stellardclover: Add support for compiling to native object...
2014-10-16 Tom Stellardgallium: Add PIPE_SHADER_IR_NATIVE to enum pipe_shader_ir
2014-10-16 Tom Stellardclover: Factor kernel argument parsing into its own...
2014-10-16 Emil Velikovvc4: correctly include the source files
2014-10-15 Rob Clarkfreedreno/ir3: large const support
2014-10-15 Rob Clarkfreedreno: update generated headers
2014-10-15 Rob Clarkfreedreno: fix layer_stride
2014-10-15 Rob Clarkfreedreno: inline fd_draw_emit()
2014-10-15 Rob Clarkfreedreno/ir3: optimize shader key comparision
2014-10-15 Rob Clarkfreedreno/a3xx: refactor/optimize emit
2014-10-15 Rob Clarkfreedreno/a3xx: refactor vertex state emit
2014-10-15 Eric Anholtvc4: Fix the uniform debug output.
2014-10-15 Eric Anholtvc4: Add support for user clip plane and gl_ClipVertex.
2014-10-15 Eric Anholtvc4: Move the output semantics setup to a helper.
2014-10-15 Michel Dänzerr600g,radeonsi: Only set use_staging_texture = TRUE...
2014-10-15 Michel Dänzerr600g,radeonsi: Use staging texture for transfers if...
2014-10-15 Michel Dänzerwinsys/radeon: Use separate caching buffer manager...
2014-10-14 Tom Stellardclover: Fix regression in module serialization
2014-10-14 Ilia Mirkinst/gbm: fix order of arguments passed to is_format_supp...
2014-10-14 Rob Clarkfreedreno: use tgsi_lowering
2014-10-14 David Heidelbergerr300/compiler: remove useless check
2014-10-14 Nick Sarnieilo: Build pipe-loader for ilo
2014-10-14 Emil Velikovautomake: explicitly set TARGET_RADEON_{WINSYS,COMMON}
2014-10-14 Eric Anholtvc4: Fix render target NPOT alignment at small miplevels.
2014-10-14 Eric Anholtvc4: Add support for having 0 vertex elements used.
2014-10-14 Vinson Leeauxilary/os: Add DragonFly BSD support in os_get_total_...
2014-10-14 Chia-I Wuilo: clear writer pointer after unmapping
2014-10-13 Eric Anholtvc4: Write the VPM read setup multiple times to queue...
2014-10-13 Eric Anholtvc4: Add support for the TXL opcode.
2014-10-13 Eric Anholtvc4: Improve the accuracy of SIN and COS.
2014-10-13 Eric Anholtvc4: Match VS outputs to FS inputs.
2014-10-13 Eric Anholtvc4: Add support for the CEIL opcode.
2014-10-13 Eric Anholtvc4: Add support for the SSG opcode.
2014-10-12 Glenn Kennardr600g: Implement GL_ARB_sample_shading
2014-10-12 Marek Olšákradeonsi: use tgsi_shader_info in si_llvm_emit_fs_epilogue
2014-10-12 Marek Olšákradeonsi: remove si_shader_output_values::index
2014-10-12 Marek Olšákradeonsi: use tgsi_shader_info in si_llvm_emit_vs_epilogue
2014-10-12 Marek Olšákradeonsi: remove shader->input[] and output[] arrays...
2014-10-12 Marek Olšákradeonsi: move param_offset out of shader->input[]...
2014-10-12 Marek Olšákradeonsi: use tgsi_shader_info to get a list of GS...
2014-10-12 Marek Olšákradeonsi: use tgsi_shader_info in si_update_spi_map
2014-10-12 Marek Olšákradeonsi: simplify dereferences in si_update_spi_map
2014-10-12 Marek Olšákradeonsi: use tgsi_shader_info in si_shader_vs
2014-10-12 Marek Olšákradeonsi: use tgsi_shader_info in si_shader_ps
2014-10-12 Marek Olšákradeonsi: use tgsi_shader_info in fetch_input_gs
2014-10-12 Marek Olšákradeonsi: don't rely on shader->output in si_llvm_emit_...
2014-10-12 Marek Olšákradeonsi: use tgsi_shader_info in si_llvm_emit_es_epilogue
2014-10-12 Marek Olšákradeonsi: don't recompile shaders when changing nr_cbuf...
2014-10-12 Marek Olšákradeonsi: remove vs.ucps_enabled from the shader key
2014-10-12 Marek Olšákradeonsi: assume ClipDistance usage mask is always 0xf
next