mesa: Mark buffer objects that are used as TexBOs
[mesa.git] / src / gallium /
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
2014-10-12 Francisco Jerezclover: Fix unintended fall-through in kernel::argument...
2014-10-11 Jan Veselyclover: Append implicit arguments to the kernel argumen...
2014-10-11 Francisco Jerezclover: Pass execution dimensions and offset to the...
2014-10-11 Francisco Jerezclover: Add semantic information to module::argument...
2014-10-11 Francisco Jerezclover: Use unreachable() from util/macros.h instead...
2014-10-11 Vinson Leegallium: Add tokens for DragonFly BSD.
2014-10-11 Chia-I Wuilo: disassemble compacted instructions
2014-10-10 Eric Anholtvc4: Use the fnv1 hash function instead of gallium...
2014-10-10 Eric Anholtvc4: Don't look up the compiled shaders unless state...
2014-10-10 Eric Anholtvc4: Actually clear the context's dirty flags.
2014-10-10 Eric Anholtvc4: Optimize the other case of SEL_X_Y wih a 0 ->...
2014-10-09 Eric Anholtvc4: Optimize out adds of 0.
2014-10-09 Eric Anholtvc4: Optimize fmul(x, 0) and fmul(x, 1).
2014-10-09 Eric Anholtvc4: Factor out the turn-it-into-a-mov in opt_algebraic.
2014-10-09 Eric Anholtvc4: Eliminate unused texture instructions.
2014-10-09 Eric Anholtvc4: Dead code eliminate unused SF instructions.
2014-10-09 Eric Anholtvc4: Prevent copy propagating out the MOVs from r4.
2014-10-09 Eric Anholtvc4: Split the coordinate shader to its own vc4_compile...
2014-10-09 Eric Anholtvc4: Add #defines for the texture uniform fields.
2014-10-09 Eric Anholtvc4: Initialize undefined temporaries to 0.
2014-10-09 Michel Dänzerr600g,radeonsi: Always use GTT again for PIPE_USAGE_STR...
2014-10-09 Eric Anholtvc4: Optimize SF(ITOF(x)) -> SF(x).
2014-10-09 Eric Anholtvc4: Add some optimization of FADD(FSUB(0, x)).
2014-10-09 Eric Anholtvc4: Mostly fix offset calculation for NPOT mipmap...
2014-10-09 Eric Anholtvc4: Move the mirrored kernel code to a kernel/ directory.
2014-10-08 Eric Anholtvc4: Enable LIT lowering in TGSI instead of our own...
2014-10-08 Eric Anholtvc4: Fix scalar math opcodes to replicate their result...
2014-10-08 Chia-I Wuilo: fix rectlist on GEN7+
2014-10-08 Eric Anholtvc4: Add support for two-sided color.
2014-10-08 Eric Anholtvc4: Enable POW lowering in TGSI instead of our own...
2014-10-08 Eric Anholtvc4: Enable DP lowering in TGSI instead of our own...
2014-10-08 Eric Anholtvc4: Start using tgsi_lowering for opcodes we haven...
2014-10-08 Eric Anholtgallium: Rename freedreno parts of tgsi_lowering.[ch].
2014-10-08 Eric Anholtgallium: Reformat tgsi_lowering.c for the normal style.
2014-10-08 Eric Anholtgallium: Copy fd_lowering.[ch] to tgsi_lowering.[ch...
2014-10-08 Eric Anholtvc4: Set unused raddr fields to QPU_R_NOP.
2014-10-08 Eric Anholtvc4: Abstract out the field-merging logic for instructions.
2014-10-07 Niels Ole Salscheiderr600: Use DMA transfers in r600_copy_global_buffer
2014-10-07 Michel Dänzerradeonsi: Use dummy pixel shader if compilation of...
2014-10-06 Chia-I Wuilo: let shaders determine surface counts
2014-10-04 Chia-I Wuilo: let shaders determine sampler counts
2014-10-04 Marek Olšáktgsi: change tgsi_shader_info::properties to a one...
2014-10-04 Marek Olšákradeonsi: set number of userdata SGPRs of GS copy shade...
2014-10-04 Marek Olšákradeonsi: pass the GS shader directly to si_generate_gs...
2014-10-04 Marek Olšákradeonsi: set LLVMByValAttribute for all descriptor...
2014-10-04 Marek Olšákradeonsi: make the vertex shader key smaller
2014-10-04 Marek Olšákradeonsi: don't flush shader caches when building PM4...
2014-10-04 Marek Olšákradeonsi: remove interp_at_sample from the key, use...
2014-10-04 Marek Olšákradeonsi: move geometry shader properties from si_shade...
2014-10-04 Marek Olšákradeonsi: always compile shaders on demand
2014-10-04 Marek Olšákradeonsi: remove unused variable si_shader::gs_input_prim
2014-10-04 Marek Olšáktgsi: remove some not so useful variables from tgsi_sha...
2014-10-04 Marek Olšákradeonsi: get fs_write_all from tgsi_shader_info directly
next