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
/
nouveau
/
nv30
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: add PIPE_SHADER_CAP_MAX_SHADER_IMAGES
Ilia Mirkin
2016-02-15
1
-0
/
+2
*
nv30: add PIPE_QUERY_OCCLUSION_PREDICATE support
Ilia Mirkin
2016-02-09
1
-2
/
+5
*
gallium: add interface for querying memory usage and sizes (v2)
Marek Olšák
2016-02-05
1
-0
/
+1
*
gallium: add PIPE_CAP_QUERY_BUFFER_OBJECT
Ilia Mirkin
2016-02-04
1
-0
/
+1
*
gallium: Add PIPE_CAP_SURFACE_REINTERPRET_BLOCKS
Nicolai Hähnle
2016-02-03
1
-0
/
+1
*
gallium: Add PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLY
Nicolai Hähnle
2016-02-03
1
-0
/
+1
*
gallium: add GREMEDY_string_marker
Rob Clark
2016-01-21
1
-0
/
+1
*
gallium/st: add pipe_context::generate_mipmap()
Charmaine Lee
2016-01-14
1
-0
/
+1
*
gallium: add PIPE_CAP_INVALIDATE_BUFFER
Nicolai Hähnle
2016-01-14
1
-0
/
+1
*
gallium: add PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENT
Ilia Mirkin
2016-01-08
1
-0
/
+1
*
gallium: add PIPE_SHADER_CAP_MAX_SHADER_BUFFERS
Ilia Mirkin
2016-01-08
1
-0
/
+2
*
gallium: add caps for POSITION and FACE system values
Marek Olšák
2016-01-08
1
-0
/
+2
*
gallium: add caps to expose support for multi indirect draws
Ilia Mirkin
2016-01-07
1
-0
/
+2
*
draw: nuke the interp parameter from vertex_info
Roland Scheidegger
2016-01-07
1
-8
/
+7
*
gallium: add PIPE_CAP_TGSI_PACK_HALF_FLOAT to indicate UP2H/PK2H support
Ilia Mirkin
2016-01-03
1
-0
/
+1
*
gallium: add PIPE_CAP_DRAW_PARAMETERS
Ilia Mirkin
2015-12-30
1
-0
/
+1
*
nouveau: fix screen creation failure paths
Ben Skeggs
2015-12-22
1
-9
/
+10
*
nouveau: return nouveau_screen from hw-specific creation functions
Ben Skeggs
2015-12-22
1
-2
/
+2
*
gallium/drivers: Trivial code-style cleanup
Edward O'Callaghan
2015-12-06
2
-2
/
+2
*
gallium/drivers/nouveau: Make use of ARRAY_SIZE macro
Edward O'Callaghan
2015-12-06
1
-1
/
+1
*
gallium: add PIPE_CAP_CLEAR_TEXTURE and clear_texture prototype
Ilia Mirkin
2015-11-11
1
-0
/
+1
*
nouveau: send back a debug message when waiting for a fence to complete
Ilia Mirkin
2015-11-05
1
-1
/
+1
*
nouveau: add support for sending debug messages via KHR_debug
Ilia Mirkin
2015-11-05
1
-0
/
+1
*
nouveau: relax fence emit space assert
Ilia Mirkin
2015-11-04
1
-1
/
+1
*
gallium: add PIPE_CAP_COPY_BETWEEN_COMPRESSED_AND_PLAIN_FORMATS
Marek Olšák
2015-10-28
1
-0
/
+1
*
gallium: add PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINT
Marek Olšák
2015-10-20
1
-0
/
+4
*
gallium: add PIPE_CAP_SHAREABLE_SHADERS
Marek Olšák
2015-10-20
1
-0
/
+1
*
nv30: include the header of ffs prototype
Chih-Wei Huang
2015-10-15
1
-0
/
+1
*
nouveau: make sure there's always room to emit a fence
Ilia Mirkin
2015-10-07
1
-1
/
+3
*
nv30: always go through translate module on big-endian
Ilia Mirkin
2015-10-04
1
-0
/
+4
*
nv30: pretend to have packed texture/surface formats
Ilia Mirkin
2015-10-04
1
-12
/
+12
*
gallium: add per-sample interpolation control into rasterizer statOAe
Marek Olšák
2015-10-03
1
-0
/
+1
*
nouveau: be more careful about freeing temporary transfer buffers
Ilia Mirkin
2015-09-28
1
-2
/
+7
*
gallium: add PIPE_CAP_TGSI_TXQS to let st know if TXQS is supported
Ilia Mirkin
2015-09-13
1
-0
/
+1
*
nv30: Disable msaa unless requested from the env by NV30_MAX_MSAA
Hans de Goede
2015-09-09
2
-1
/
+21
*
nv30: Fix color resolving for nv3x cards
Hans de Goede
2015-09-09
1
-1
/
+37
*
nv30: Fix max width / height checks in nv30 sifm code
Hans de Goede
2015-09-07
1
-2
/
+2
*
nv30: Implement color resolve for msaa
Hans de Goede
2015-09-04
2
-14
/
+8
*
nv30: Fix creation of scanout buffers
Hans de Goede
2015-09-04
1
-0
/
+10
*
nouveau: avoid build failures since 0fc21ecf
Ilia Mirkin
2015-08-26
1
-1
/
+1
*
gallium: add flags parameter to pipe_screen::context_create
Marek Olšák
2015-08-26
2
-2
/
+2
*
nv30: add depth bounds test support for hw that has it
Ilia Mirkin
2015-08-14
3
-2
/
+14
*
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
16
-54
/
+54
*
nouveau: use bool instead of boolean
Samuel Pitoiset
2015-07-21
19
-138
/
+138
*
gallium: add PIPE_CAP_MAX_SHADER_PATCH_VARYINGS
Marek Olšák
2015-07-16
1
-0
/
+1
*
nv30: align transfer stride to 64, required by blit, sifm transfer impls
Ilia Mirkin
2015-06-29
1
-2
/
+2
*
nv30: allow vertex state creation with 0 elements
Ilia Mirkin
2015-06-29
1
-2
/
+3
*
nv30: reset fragprog bufctx at bind time
Ilia Mirkin
2015-06-29
1
-1
/
+8
[next]