gallium: add an index argument to create_query
[mesa.git] / src / gallium / drivers / svga /
2014-07-01 Ilia Mirkingallium: add an index argument to create_query
2014-06-02 Christoph Bumillergallium: create TGSI_PROPERTY to disable viewport and...
2014-05-31 Brian Paulsvga: use svga_shader_too_large() in compile_vs()
2014-05-31 Brian Paulsvga: use svga_shader_too_large() in compile_fs()
2014-05-31 Brian Paulsvga: added svga_shader_too_large() helper
2014-05-08 Ilia Mirkingallium: add a cap for supporting 4-offset TG4 opcodes
2014-05-07 Brian Paulsvga: add switch case for PIPE_SHADER_CAP_PREFERRED_IR...
2014-04-26 Ilia Mirkingallium: add basic support for ARB_sample_shading
2014-04-25 Roland Scheideggergallium/util: use ui[4] instead of ui in union util_color
2014-04-21 Brian Paulsvga: move draw debug code into separate function
2014-04-17 Brian Paulsvga: fix comment for emit_adjusted_vertex_attribs()
2014-04-17 Brian Paulsvga: compute need_swvfetch in svga_create_vertex_eleme...
2014-04-17 Brian Paulsvga: add VS code to set attribute W component to 1
2014-04-17 Brian Paulsvga: implement support for signed byte vertex attributes
2014-04-17 Brian Paulsvga: move translated vertex declaration types into...
2014-04-17 Brian PaulRevert "svga: add work-around for Sauerbraten Z fightin...
2014-04-17 Brian Paulsvga: use new inst_token_setp() helper function
2014-04-17 Brian Paulsvga: use new inst_token_predicated() helper function
2014-04-11 Ilia Mirkingallium: add a way to query min/max texture gather...
2014-04-09 Brian Paulsvga: move LIST_INITHEAD(dirty_buffers) earlier in...
2014-04-08 Brian Paulsvga: replace sampler assertion with conditional
2014-04-07 Dave Airliegallium: add support for LODQ opcodes.
2014-04-04 Brian Paulsvga: remove no-op checks in sampler, sampler_view...
2014-04-02 Dave Airliemesa/soft/llvmpipe: add fake MSAA support
2014-03-26 Brian Paulsvga: add work-around for Sauerbraten Z fighting issue
2014-03-26 Brian Paulsvga: null out query's hwbuf pointer after destroying
2014-03-26 Brian Paulsvga: add some debug_printf() calls in the query object...
2014-03-26 Brian Paulsvga: fix a comment (sampler vs. sampler_view)
2014-02-25 Marek Olšákgallium: the other drivers don't support ARB_buffer_storage
2014-02-25 Dave Airliegallium: add texture gather support to gallium (v3)
2014-02-14 Thomas Hellstromsvga/winsys: Propagate surface shared information to...
2014-02-14 Brian Paulsvga: update texture code for GBS
2014-02-14 Brian Paulsvga: update buffer code for GBS
2014-02-14 Brian Paulsvga: add new helper functions for GBS buffers
2014-02-14 Brian Paulsvga: remove a couple unneeded assertions
2014-02-14 Brian Paulsvga: adjust adjustment for point coordinates
2014-02-14 Brian Paulsvga: track which textures are rendered to
2014-02-14 Brian Paulsvga: add helpers for tracking rendering to textures
2014-02-14 Brian Paulsvga: update shader code for GBS
2014-02-14 Brian Paulsvga: update constant buffer code for GBS
2014-02-14 Brian Paulsvga: add svga_have_gb_objects/dma() functions
2014-02-14 Brian Paulsvga: add new GBS commands
2014-02-14 Brian Paulsvga: update svga_winsys interface for GBS
2014-02-14 Brian Paulsvga: update dumping code with new GBS commands, etc
2014-02-14 Brian Paulsvga: split / update svga3d header files
2014-02-12 Brian Paulsvga: replace out-of-temps assertion with debug warning
2014-02-09 Grigori Goronzygallium: add geometry shader output limits
2014-02-06 Marek Olšákgallium: remove PIPE_USAGE_STATIC
2014-02-04 Marek Olšákgallium: remove PIPE_CAP_MAX_COMBINED_SAMPLERS
2014-02-03 Brian Paulsvga: check shader size against max command buffer...
2014-02-03 Brian Paulsvga: refactor some shader code
2014-01-29 Siavash Eliasisvga: Set PIPE_CAP_MIN_MAP_BUFFER_ALIGNMENT to 64
2014-01-24 Brian Paulsvga: rename "tex_usage" to "bindings", add comments
2014-01-23 Brian Paulsvga: fix PS output register setup regression
2014-01-23 Brian Paulsvga: minor code movement in svga_tgsi_insn.c
2014-01-23 Brian Paulsvga: whitespace, formatting fixes in svga_state_frameb...
2014-01-23 Brian Paulsvga: simplify common immediate value construction
2014-01-23 Brian Paulsvga: add comments, etc to svga_tgsi_insn.c code
2014-01-23 Brian Paulsvga: assorted cleanups in shader code
2014-01-23 Brian Paulsvga: rename shader_result -> variant
2014-01-23 Marek Olšákgallium: remove PIPE_CAP_SCALED_RESOLVE
2014-01-21 Brian Paulsvga: implement TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFS
2014-01-21 Brian Paulsvga: rename color output variables
2014-01-21 Brian Paulsvga: fix clearing for null color buffers
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2014-01-17 Brian Paulsvga: fix crash when clearing null color buffer
2014-01-17 Roland Scheideggergallium: add bits for clipping points as tris (d3d...
2013-12-13 Brian Paulsvga: don't emit extraneous fs shadow code
2013-12-12 Brian Paulsvga: expose HW smooth/stipple/wide lines
2013-12-03 Marek Olšákgallium: add support for AMD_vertex_shader_layer
2013-11-28 Roland Scheideggergallium: new shader cap bit for the amount of sampler...
2013-11-21 Brian Paulsvga: remove special-case code for texkil w component
2013-11-19 Brian Paulsvga: improve check for 3D compressed textures
2013-11-18 Brian Paulsvga: we don't supported 3D compressed textures
2013-11-16 Emil Velikovgallium/drivers: compact compiler flags into Automake.inc
2013-11-16 Emil Velikovgallium/drivers: enable automake subdir-objects
2013-11-15 Brian Paulsvga: remove unused vars in svga_hwtnl_simple_draw_rang...
2013-11-15 Brian Paulsvga: print warning for unsupported indirect dest reg...
2013-11-15 Brian Paulsvga: mark dest image as defined in svga_surface_copy()
2013-11-15 Brian Paulsvga: do primitive trimming in translate_indices()
2013-11-11 Brian Paulsvga: improve loops over color buffers
2013-11-11 Brian Paulsvga: document magic number of 8 render targets per...
2013-11-07 Brian Paulsvga: always return 4 for PIPE_MAX_COLOR_BUFS
2013-11-07 Brian Paulsvga: return true for the PIPE_CAP_SM3 query
2013-11-07 Matthew McCluredraw,llvmpipe,util: add depth bias calculation for...
2013-10-29 Rob Clarkgallium/auxiliary/indices: add start param
2013-10-29 Brian Paulsvga: reindent drawing code
2013-10-25 Ilia Mirkingallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZES
2013-10-24 Brian Paulsvga: remove user-space vertex/index buffer code
2013-10-23 Brian Paulgallium: new, unified pipe_context::set_sampler_views...
2013-10-23 Brian Paulsvga: remove unneeded include of u_double_list.h
2013-10-16 Brian Paulsvga: minor fix-ups in svga_get_shader_param()
2013-10-11 Brian Paulsvga: s/0/FALSE/
2013-10-04 Brian Paulsvga: fix incorrect memcpy src in svga_buffer_upload_pi...
2013-10-03 Brian Paulsvga: don't hook in old bind_fragment_sampler_states...
2013-10-03 Brian Paulsvga: implement pipe_context::bind_sampler_states()
2013-10-01 Brian Paulsvga: fix pixel center integer
2013-10-01 Brian Paulsvga: return 0 for PIPE_CAP_PREFER_BLIT_BASED_TEXTURE_T...
2013-10-01 Brian Paulsvga: we don't support TGSI_OPCODE_CONT
2013-09-20 Marek Olšákgallium: add flush_resource context function
next