ilo: move internal shader interface to a new header
[mesa.git] / src / gallium / drivers /
2013-06-25 Chia-I Wuilo: move internal shader interface to a new header
2013-06-24 Adam Jacksongallium: Fix llvmpipe on big-endian machines
2013-06-22 Roland Scheideggerllvmpipe: fix wrong results for queries not in a scene
2013-06-22 Brian Paulsvga: minor cleanups, comments in svga_tgsi_insn.c
2013-06-22 Brian Paulsvga: add null ptr check in svga_get_tex_sampler_view()
2013-06-22 José Fonsecatrace: Dump result of create_stream_output_target
2013-06-21 Rob Clarkfreedreno/a3xx/compiler: ensure min # of cycles after...
2013-06-21 Rob Clarkfreedreno/a3xx/compiler: add TGSI_OPCODE_ABS
2013-06-21 Rob Clarkfreedreno/a3xx/compiler: add TGSI_OPCODE_DPH
2013-06-21 Rob Clarkfreedreno/a3xx/compiler: fix for replicating instructions
2013-06-21 José Fonsecatrace: Don't dump texture transfers.
2013-06-20 Chia-I Wuilo: replace a boolean by bool
2013-06-20 Chia-I Wuilo: rename cache_seqno to uploaded
2013-06-19 Roland Scheideggerllvmpipe: use 64bit counter for occlusion queries
2013-06-19 Roland Scheideggerllvmpipe: handle more queries
2013-06-19 Roland Scheideggersoftpipe: handle all queries, and change for the new...
2013-06-19 Roland Scheideggergallium: fix PIPE_QUERY_TIMESTAMP_DISJOINT
2013-06-19 José Fonsecatrace: Dump pipe_rasterizer_state::clip_halfz.
2013-06-19 Brian Paulsvga: add some comments about primitive conversion
2013-06-19 Brian Paulsvga: reindent svga_tgsi.c
2013-06-19 Brian Paulsvga: whitespace, comment, formatting fixes in svga_tgs...
2013-06-19 Brian Paulsvga: move some svga/tgsi functions
2013-06-19 Brian Paulsvga: formatting fixes in svga_tgsi_insn.c
2013-06-19 Maarten Lankhorstnvc0: kill assert in ppp code
2013-06-19 Chia-I Wuilo: rework shader cache
2013-06-18 Emil Velikovnv50: avoid crash on updating RASTERIZE_ENABLE state
2013-06-18 Zack RusinRevert "draw: clear the draw buffers in draw"
2013-06-18 Roland Scheideggerllvmpipe: fixes for conditional rendering
2013-06-18 Roland Scheideggergallium: add condition parameter to render_condition
2013-06-18 Chia-I Wuilo: construct depth/stencil command in create_surface()
2013-06-17 Jonathan Graygallium: replace bswap_32 calls with util_bswap32
2013-06-17 Zack Rusindraw: clear the draw buffers in draw
2013-06-17 Chia-I Wuilo: add pipe-based copy method to ilo_blitter
2013-06-17 Chia-I Wuilo: add BLT-based blitting methods to ilo_blitter
2013-06-17 Chia-I Wuilo: replace util_blitter by ilo_blitter
2013-06-14 Chia-I Wuilo: fix for half-float vertex arrays
2013-06-14 Chia-I Wuilo: add some assertions to help debugging
2013-06-14 Chia-I Wuilo: silence a compiler warning
2013-06-13 Chia-I Wuilo: mapping a resource may make some states dirty
2013-06-13 Chia-I Wuilo: bump up PIPE_CAP_GLSL_FEATURE_LEVEL to 140
2013-06-13 Chia-I Wuilo: initialize dirty flags in ilo_init_states()
2013-06-13 Chia-I Wuilo: re-emit states that involve resources
2013-06-13 Chia-I Wuilo: fix for util_blitter_clear() changes
2013-06-13 Marek Olšákr600g: upsample and downsample MSAA resources for transfers
2013-06-13 Marek Olšákgallium/u_blitter: make clearing independent of the...
2013-06-13 Marek Olšákgallium/u_blitter: make clearing independent of the...
2013-06-12 Roland Scheideggerutil: new util_fill_box helper
2013-06-12 Chia-I Wuilo: update winsys interface
2013-06-12 Chia-I Wuilo: get rid of function tables in winsys
2013-06-12 Chia-I Wuilo: access bo size directly
2013-06-12 Chia-I Wuilo: remove unnecessary tex_set_bo/buf_set_bo
2013-06-08 Maarten Lankhorstnvc0: fix up video buffer alignment requirements
2013-06-08 Rob Clarkfreedreno: better scissor fix
2013-06-08 Rob Clarkfreedreno: gmem bypass
2013-06-08 Rob Clarkfreedreno: add a3xx support
2013-06-08 Rob Clarkfreedreno: prepare for a3xx
2013-06-07 Roland Scheideggerllvmpipe: move create_surface/destroy_surface functions...
2013-06-07 Roland Scheideggerllvmpipe: add support for layered rendering
2013-06-07 Chia-I Wuilo: fix textureSize() for single-layered array textures
2013-06-07 Brian Paultgsi: replace tgsi_file_names tgsi_file_names[] with...
2013-06-07 Chia-I Wuilo: advertise PIPE_CAP_CUBE_MAP_ARRAY
2013-06-07 Chia-I Wuilo: add support for TEX2/TXB2/TXL2 in fs
2013-06-07 Chia-I Wuilo: use slab allocator for transfers
2013-06-07 Chia-I Wuilo: clean up states upon context destroy
2013-06-07 Chia-I Wuilo: unmap cp bo before destroying it
2013-06-07 Chia-I Wuilo: enable bo reuse
2013-06-07 Chia-I Wuilo: construct 3DSTATE_SF in create_rasterizer_state()
2013-06-07 Chia-I Wuilo: construct 3DSTATE_CLIP in create_rasterizer_state()
2013-06-07 Chia-I Wuilo: use emit_SURFACE_STATE() for render targets
2013-06-07 Chia-I Wuilo: use emit_SURFACE_STATE() for constant buffers
2013-06-07 Chia-I Wuilo: add emit_SURFACE_STATE() for sampler views
2013-06-07 Chia-I Wuilo: add ilo_view_surface for SURFACE_STATE
2013-06-07 Courtney Goeltzenl... ilo: convert generic depth-stencil-alpha pipe state...
2013-06-07 Chia-I Wuilo: introduce vertex element CSO
2013-06-07 Chia-I Wuilo: simplify emit_3DSTATE_DEPTH_BUFFER()
2013-06-07 Chia-I Wuilo: introduce blend CSO
2013-06-07 Chia-I Wuilo: introduce sampler CSO
2013-06-07 Chia-I Wuilo: construct SCISSOR_RECT in set_scissor_states()
2013-06-07 Chia-I Wuilo: introduce viewport CSO
2013-06-07 Chia-I Wuilo: switch to ilo states for shaders and resources
2013-06-07 Chia-I Wuilo: switch to ilo states for CC stage
2013-06-07 Chia-I Wuilo: switch to ilo states for WM stage
2013-06-07 Chia-I Wuilo: switch to ilo states for CLIP and SF stages
2013-06-07 Chia-I Wuilo: switch to ilo states for SOL stage
2013-06-07 Chia-I Wuilo: switch to ilo states for VF stage
2013-06-07 Chia-I Wuilo: move hardware limits to ilo_gpe.h
2013-06-06 Roland Scheideggerllvmpipe: bump 3d and cube map limits to 2048 and 8192...
2013-06-04 Roland Scheideggerllvmpipe: improve alignment calculation for fetching...
2013-06-04 Roland Scheideggerllvmpipe: reduce alignment requirement for 1d resources...
2013-06-04 Roland Scheideggerllvmpipe: cleanup of generate_unswizzled_blend
2013-06-04 Roland Scheideggergallivm: enhance special sse2 4x4f and 2x8f -> 1x16ub...
2013-05-30 Zack Rusinsoftpipe: draw_find_shader_output returns -1 on invalid...
2013-06-03 Tom Stellardradeonsi/compute: Upload work group, work item size...
2013-06-03 Tom Stellardradeonsi/compute: Pass kernel arguments in a buffer v2
2013-06-03 Tom Stellardradeonsi/compute: Implement un-binding of global buffers
2013-06-03 Tom Stellardradeonsi/compute: Support multiple kernels in a compute...
2013-06-03 Tom Stellardradeonsi/compute: Add missing PIPE_COMPUTE caps
2013-06-01 Roland Scheideggerllvmpipe: fix bogus assertions for buffer surfaces
2013-05-31 Roland Scheideggerllvmpipe: reduce alignment requirement for resources...
2013-05-31 Adam Jacksonllvmpipe: Remove x/y from cmd_bin
next