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: fix using non-zero layer in non-array view from array resource
Roland Scheidegger
2015-10-24
2
-9
/
+31
*
gallium: add PIPE_CAP_SHAREABLE_SHADERS
Marek Olšák
2015-10-20
1
-0
/
+1
*
gallium: add per-sample interpolation control into rasterizer statOAe
Marek Olšák
2015-10-03
1
-0
/
+1
*
gallium: add PIPE_CAP_TGSI_TXQS to let st know if TXQS is supported
Ilia Mirkin
2015-09-13
1
-0
/
+1
*
softpipe: Change faces type to uint
Krzesimir Nowak
2015-09-13
2
-6
/
+6
*
softpipe: Constify variables
Krzesimir Nowak
2015-09-11
1
-242
/
+199
*
softpipe: Constify sp_tgsi_sampler
Krzesimir Nowak
2015-09-11
1
-12
/
+23
*
softpipe: Constify sampler and view parameters in mip filters
Krzesimir Nowak
2015-09-11
2
-18
/
+18
*
softpipe: Constify sampler and view parameters in img filters
Krzesimir Nowak
2015-09-11
2
-36
/
+36
*
tgsi, softpipe: Constify tgsi_sampler in query_lod vfunc
Krzesimir Nowak
2015-09-11
1
-1
/
+1
*
softpipe: Constify some sampler and view parameters
Krzesimir Nowak
2015-09-11
2
-27
/
+28
*
softpipe: Move the faces array from view to filter_args
Krzesimir Nowak
2015-09-11
2
-17
/
+23
*
tgsi,softpipe: capitalize the tgsi_sampler_control enum values
Brian Paul
2015-09-11
1
-24
/
+24
*
softpipe: Implement and enable textureQueryLod
Krzesimir Nowak
2015-09-10
2
-2
/
+55
*
softpipe: Add functions for computing relative mipmap level
Krzesimir Nowak
2015-09-10
2
-0
/
+120
*
softpipe: Split 3D to 2D coords conversion into separate function
Krzesimir Nowak
2015-09-10
2
-51
/
+45
*
softpipe: Split code getting a filter into separate function
Krzesimir Nowak
2015-09-10
1
-17
/
+41
*
softpipe: Put mip_filter_func inside a struct
Krzesimir Nowak
2015-09-10
2
-12
/
+38
*
softpipe: Split compute_lambda_lod into two functions
Krzesimir Nowak
2015-09-10
1
-17
/
+40
*
softpipe: Fix textureLod with nonzero GL_TEXTURE_LOD_BIAS value
Krzesimir Nowak
2015-09-10
1
-1
/
+1
*
gallium: add flags parameter to pipe_screen::context_create
Marek Olšák
2015-08-26
2
-3
/
+3
*
gallium: add an interface for EXT_depth_bounds_test
Marek Olšák
2015-08-14
1
-0
/
+1
*
gallium: add support for GLES texture float extensions (v3)
Marek Olšák
2015-08-14
1
-0
/
+2
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
13
-51
/
+51
*
gallium: add PIPE_CAP_MAX_SHADER_PATCH_VARYINGS
Marek Olšák
2015-07-16
1
-0
/
+1
*
gallium: remove redundant pipe_context::fence_signalled
Marek Olšák
2015-07-05
1
-10
/
+0
*
softpipe/query: force parenthesis around a logical not
Martin Peres
2015-06-08
1
-1
/
+1
*
softpipe: fix offset wrapping calculations (v2)
Dave Airlie
2015-05-29
1
-78
/
+68
*
softpipe: start adding gather support (v2)
Dave Airlie
2015-05-20
3
-83
/
+210
*
softpipe: use arrays to make gather easier
Dave Airlie
2015-05-20
1
-36
/
+36
*
softpipe: add textureOffset support.
Dave Airlie
2015-05-20
2
-62
/
+97
*
softpipe: move control into a filter args struct
Dave Airlie
2015-05-20
2
-26
/
+32
*
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
[next]