index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
softpipe
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: Add MULTISAMPLE_Z_RESOLVE cap
Axel Davy
2015-02-06
1
-0
/
+2
*
gallium/u_pstipple: add ability to specify a fixed texture unit
Marek Olšák
2015-02-04
1
-1
/
+1
*
gallium: add a cap to determine whether the driver supports offset_clamp
Ilia Mirkin
2015-02-02
1
-0
/
+2
*
gallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEMANTIC_BASEVERTEX
Roland Scheidegger
2014-12-16
1
-0
/
+2
*
gallium: Remove Android files from distribution.
Matt Turner
2014-12-12
1
-1
/
+1
*
draw: implement TGSI_PROPERTY_VS_WINDOW_SPACE_POSITION
Marek Olšák
2014-12-09
1
-0
/
+2
*
Remove useless checks for NULL before freeing
Matt Turner
2014-12-08
1
-2
/
+1
*
softpipe: use the tgsi_free_tokens() function
Brian Paul
2014-10-31
1
-6
/
+6
*
util: simplify util_pstipple_create_fragment_shader() params
Brian Paul
2014-10-31
1
-18
/
+15
*
softpipe: remove unused softpipe_create_fs_variant_exec() parameter
Brian Paul
2014-10-31
3
-5
/
+3
*
softpipe: check for SP_NEW_STIPPLE when building quad pipeline
Brian Paul
2014-10-31
1
-0
/
+1
*
gallium: introduce PIPE_CAP_CLIP_HALFZ.
Mathias Fröhlich
2014-10-24
1
-0
/
+2
*
tgsi: change tgsi_shader_info::properties to a one-dimensional array
Marek Olšák
2014-10-04
2
-3
/
+3
*
tgsi: remove some not so useful variables from tgsi_shader_info
Marek Olšák
2014-10-04
2
-7
/
+10
*
softpipe: don't special case PIPE_TEXTURE_CUBE in softpipe_resource_layout()
Brian Paul
2014-09-30
1
-2
/
+3
*
gallium/softpipe,llvmpipe: add automake target 'templates'
Emil Velikov
2014-09-24
1
-0
/
+15
*
gallium: add a texture target to sampler view and a CAP to use it
Ilia Mirkin
2014-09-12
1
-0
/
+1
*
gallium/softpipe: ship all files in the tarball
Emil Velikov
2014-09-05
2
-10
/
+32
*
softpipe: handle vertex texture sampling when using llvm for draw
Roland Scheidegger
2014-08-30
7
-34
/
+207
*
softpipe: don't assert on illegal wrap mode for rect textures
Roland Scheidegger
2014-08-30
1
-2
/
+2
*
gallium: add cap for MAX_VERTEX_ATTRIB_STRIDE
Timothy Arceri
2014-08-27
1
-0
/
+2
*
draw: fix base instance handling in llvm path
Roland Scheidegger
2014-08-28
1
-1
/
+1
*
llvmpipe/softpipe: enable ARB_conditional_render_inverted
Tobias Klausmann
2014-08-19
1
-1
/
+1
*
gallium: Add and handle PIPE_CAP_CONDITIONAL_RENDER_INVERTED
Tobias Klausmann
2014-08-19
1
-0
/
+2
*
gallium/softpipe/llvmpipe: handle query_renderer caps
Emil Velikov
2014-08-15
1
-0
/
+19
*
gallium: add opcodes/cap for fine derivative support
Ilia Mirkin
2014-08-14
1
-0
/
+1
*
softpipe,llvmpipe: mark BPTC formats as unsupported
Ilia Mirkin
2014-08-12
1
-0
/
+5
*
softpipe: fix sp_get_dims() for PIPE_BUFFER
Brian Paul
2014-07-10
1
-6
/
+10
*
gallium: rename PIPE_CAP_TGSI_VS_LAYER to also have _VIEWPORT
Ilia Mirkin
2014-07-03
1
-1
/
+1
*
gallium: add facilities for indirect drawing
Christoph Bumiller
2014-07-02
2
-0
/
+8
*
gallium: add a cap for max vertex streams
Ilia Mirkin
2014-07-01
1
-0
/
+2
*
gallium: add an index argument to create_query
Ilia Mirkin
2014-07-01
1
-1
/
+2
*
softpipe: use last_level from sampler view, not from the resource
Roland Scheidegger
2014-06-26
1
-19
/
+20
*
gallium: implement ARB_texture_query_levels
Marek Olšák
2014-06-19
1
-0
/
+3
*
softpipe: fix pt->resource assert placement
Dave Airlie
2014-06-11
1
-1
/
+1
*
softpipe: enable AMD_vertex_shader_layer.
Dave Airlie
2014-06-11
1
-1
/
+1
*
softpipe: enable GLSL 3.30 support.
Dave Airlie
2014-06-11
1
-1
/
+1
*
softpipe: bump the softpipe geometry limits
Dave Airlie
2014-06-11
1
-1
/
+1
*
softpipe: add layered rendering support.
Dave Airlie
2014-06-11
7
-9
/
+55
*
softpipe: add layering to the surface tile cache.
Dave Airlie
2014-06-11
5
-72
/
+112
*
softpipe: add depth clamping support. (v2)
Dave Airlie
2014-06-11
2
-6
/
+30
*
gallium: create TGSI_PROPERTY to disable viewport and clipping
Christoph Bumiller
2014-06-02
1
-0
/
+1
*
softpipe: honor the render_condition_enable bit in blits.
Roland Scheidegger
2014-05-31
1
-0
/
+3
*
gallium: add a cap for supporting 4-offset TG4 opcodes
Ilia Mirkin
2014-05-07
1
-0
/
+1
*
gallium: add basic support for ARB_sample_shading
Ilia Mirkin
2014-04-26
1
-0
/
+1
*
softpipe: fix shadow sampling
Heinrich Janzing
2014-04-11
1
-68
/
+51
*
softpipe: add PIPE_CAP_MIN/MAX_TEXTURE_GATHER_OFFSET query cases
Brian Paul
2014-04-11
1
-0
/
+3
*
gallium: add support for LODQ opcodes.
Dave Airlie
2014-04-07
1
-0
/
+1
*
softpipe: remove no-op checks in sampler, sampler_view functions
Brian Paul
2014-04-03
1
-14
/
+0
*
mesa/soft/llvmpipe: add fake MSAA support
Dave Airlie
2014-04-02
1
-0
/
+2
[next]