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
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl/types: Add support for function types
Jason Ekstrand
2016-02-13
11
-1
/
+140
*
glsl/types: Add a bare "sampler" type
Jason Ekstrand
2016-02-13
1
-0
/
+1
*
glsl/types: Rename sampler_type to sampled_type
Jason Ekstrand
2016-02-13
7
-14
/
+14
*
llvmpipe: Do not use barriers if not using threads.
Vinson Lee
2016-02-13
1
-2
/
+6
*
i965: Reupload push and pull constants when we get new shader image unit state.
Francisco Jerez
2016-02-13
1
-0
/
+5
*
i965: fix MAX_COMPUTE_SHARED_SIZE constant value
Samuel Pitoiset
2016-02-13
1
-0
/
+1
*
nv50/ir: add missing SV_TID and SV_CTAID sysvals on GM107
Samuel Pitoiset
2016-02-13
1
-0
/
+2
*
nv50/ir: add MEMBAR emission for GM107
Samuel Pitoiset
2016-02-13
1
-0
/
+12
*
docs: document MESA_GLES_VERSION_OVERRIDE envvar
Alejandro PiƱeiro
2016-02-13
1
-0
/
+8
*
st/mesa: fix pipe_grid_info initializer
Samuel Pitoiset
2016-02-13
1
-1
/
+1
*
trace: add all compute related functions
Samuel Pitoiset
2016-02-13
4
-0
/
+164
*
st/mesa: implement limits for ARB_compute_shader
Samuel Pitoiset
2016-02-13
1
-2
/
+31
*
st/mesa: add compute program dispatch callbacks
Samuel Pitoiset
2016-02-13
4
-0
/
+127
*
st/mesa: add state validation for compute shaders
Samuel Pitoiset
2016-02-13
7
-1
/
+129
*
st/mesa: add mappings for compute shader sysvals
Samuel Pitoiset
2016-02-13
1
-0
/
+12
*
st/mesa: keep track of shared memory declarations
Samuel Pitoiset
2016-02-13
1
-3
/
+16
*
st/mesa: add intrinsics for shared variables
Samuel Pitoiset
2016-02-13
2
-0
/
+94
*
st/mesa: add conversion for compute shaders
Samuel Pitoiset
2016-02-13
2
-1
/
+26
*
st/mesa: add compute shader states
Samuel Pitoiset
2016-02-13
9
-3
/
+202
*
st/mesa: add a second pipeline for compute
Samuel Pitoiset
2016-02-13
13
-21
/
+69
*
tgsi/ureg: add shared variables support for compute shaders
Samuel Pitoiset
2016-02-13
7
-1
/
+48
*
gallium: add PIPE_SHADER_CAP_SUPPORTED_IRS
Samuel Pitoiset
2016-02-13
12
-0
/
+33
*
gallium: add indirect compute parameters to pipe_grid_info
Samuel Pitoiset
2016-02-13
1
-0
/
+12
*
gallium: add a new interface for pipe_context::launch_grid()
Samuel Pitoiset
2016-02-13
14
-86
/
+114
*
gallium/cso: add support for compute shaders
Samuel Pitoiset
2016-02-13
2
-0
/
+34
*
mesa: add PROGRAM_MEMORY
Samuel Pitoiset
2016-02-13
1
-0
/
+1
*
mesa: store shared size in gl_compute_program
Samuel Pitoiset
2016-02-13
2
-0
/
+6
*
mesa: do not use a constant for MAX_COMPUTE_SHARED_SIZE
Samuel Pitoiset
2016-02-13
4
-6
/
+3
*
mesa: make compute maximums reflect driver-provided values
Ilia Mirkin
2016-02-13
6
-17
/
+32
*
i965: Add means for limiting color resolves
Topi Pohjolainen
2016-02-13
10
-17
/
+21
*
i965: Refactor resolving of auxiliary mode
Topi Pohjolainen
2016-02-13
1
-33
/
+29
*
i965: Don't try to create aux buffer for non-msrt aux-buffer
Topi Pohjolainen
2016-02-13
1
-10
/
+10
*
i965: Rename optimizer debug 00 filename
Ben Widawsky
2016-02-12
2
-2
/
+2
*
i965: Make brw_clear_cache NULL out stale program pointers.
Kenneth Graunke
2016-02-12
1
-0
/
+15
*
mesa: avoid segfault in GetProgramPipelineInfoLog when no length
Ilia Mirkin
2016-02-12
1
-4
/
+1
*
mesa: reset offset/size to 0 when removing atomic binding
Ilia Mirkin
2016-02-12
1
-2
/
+2
*
mesa: recognize enums GL_COLOR_ATTACHMENT8-31 as valid
Ilia Mirkin
2016-02-12
1
-0
/
+6
*
mesa/clear: update ClearBufferfv error handling for GL 4.5 spec
Ilia Mirkin
2016-02-12
1
-18
/
+5
*
mesa/clear: update ClearBufferuiv error handling for GL 4.5 spec
Ilia Mirkin
2016-02-12
1
-24
/
+5
*
mesa/clear: simplify ClearBufferiv error handling
Ilia Mirkin
2016-02-12
1
-12
/
+6
*
mesa/clear: remove dead code handling ClearBufferiv(GL_DEPTH)
Ilia Mirkin
2016-02-12
1
-19
/
+0
*
mesa: allow DEPTH_STENCIL_TEXTURE_MODE queries in GLES 3.1 contexts
Ilia Mirkin
2016-02-12
1
-5
/
+3
*
i915: include teximage.h
Kenneth Graunke
2016-02-12
1
-0
/
+1
*
i965: include teximage.h
Brian Paul
2016-02-12
1
-0
/
+1
*
st/nine: Implement Managed vertex/index buffers
Axel Davy
2016-02-12
5
-9
/
+121
*
st/nine: Align stack for entry points
Axel Davy
2016-02-12
53
-687
/
+703
*
st/nine: Drop path for ureg_NRM and ureg_CLAMP
Axel Davy
2016-02-12
1
-24
/
+4
*
st/nine: Remove usage of SQRT in ff code
Axel Davy
2016-02-12
1
-1
/
+3
*
st/nine: Fix stateblocks crashes with lights
Axel Davy
2016-02-12
1
-8
/
+32
*
st/nine: SCRATCH does support all formats
Axel Davy
2016-02-12
9
-22
/
+35
[next]