index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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
...
*
softpipe: move some image filter parameters into a struct
Dave Airlie
2015-05-20
2
-258
/
+224
*
gallium/drivers: Add extern "C" wrappers to public entry
Alexander von Gluck IV
2015-05-15
1
-0
/
+8
*
softpipe: enable ARB_texture_view
Roland Scheidegger
2015-05-13
5
-124
/
+179
*
gallium: add PIPE_CAP_DEVICE_RESET_STATUS_QUERY
Marek Olšák
2015-05-12
1
-0
/
+1
*
gallium: make pipe_context::begin_query return a boolean
Samuel Pitoiset
2015-05-06
1
-1
/
+2
*
softpipe: fix stencil write to use an integer value
Dave Airlie
2015-04-23
1
-1
/
+1
*
gallium: implement get_device_vendor() for existing drivers
Giuseppe Bilotta
2015-03-23
1
-0
/
+1
*
softpipe,trace: Set MSVC 2008 compat flags.
Jose Fonseca
2015-03-04
2
-1
/
+3
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-1
/
+1
*
llvmpipe,softpipe: only support ETC1, not the upcoming ETC2
Ilia Mirkin
2015-02-18
1
-0
/
+4
*
gallium: add interface and state tracker support for GL_AMD_pinned_memory
Marek Olšák
2015-02-17
1
-0
/
+1
*
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
[prev]
[next]