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
*
st/mesa: empty buffer binding if the buffer's not really there
Ilia Mirkin
2016-02-15
1
-3
/
+5
*
docs: Document VC4_DEBUG envvar
Rhys Kidd
2016-02-15
1
-0
/
+19
*
vc4: Add missing braces in initializer
Rhys Kidd
2016-02-15
1
-1
/
+1
*
vc4: Correct typo setting 'handled_qinst_cond'
Rhys Kidd
2016-02-15
1
-1
/
+1
*
vc4: Don't treat conditional MOVs as raw MOV.
Eric Anholt
2016-02-15
1
-0
/
+1
*
glsl: warn in GL as well as ES when varying not written
Timothy Arceri
2016-02-16
1
-16
/
+7
*
docs: update GLES 3.1 section for recent nvc0 additions
Ilia Mirkin
2016-02-15
1
-2
/
+2
*
mesa: need to check resource and set length even if bufSize is 0
Ilia Mirkin
2016-02-15
1
-4
/
+0
*
i965/bxt: Production thread counts
Ben Widawsky
2016-02-15
1
-10
/
+9
*
egl_dri2: NULL check for xcb_dri2_get_buffers_reply()
Daniel Czarnowski
2016-02-15
1
-0
/
+2
*
nv50,nvc0: Remove duplicate logic from nvc0_set_framebuffer_state()
Edward O'Callaghan
2016-02-14
2
-24
/
+4
*
nv50: add missing PIPE_SHADER_CAP_SUPPORTED_IRS
Samuel Pitoiset
2016-02-14
1
-0
/
+1
*
i965: Fix gl_DrawID in the vec4 backend.
Kenneth Graunke
2016-02-14
1
-5
/
+5
*
mesa: move assertion in _mesa_cube_face_target()
Brian Paul
2016-02-14
1
-3
/
+5
*
clover: fix build failure since bfd695e
Serge Martin
2016-02-14
1
-3
/
+3
*
glsl: Fix overflow of ImageAccess[] array.
Kenneth Graunke
2016-02-13
1
-3
/
+3
*
mesa: default FixedSampleLocations to true when using a dummy image
Ilia Mirkin
2016-02-13
1
-0
/
+1
*
nir/types: Add more type constructor functions
Jason Ekstrand
2016-02-13
2
-0
/
+58
*
nir/types: Add a few more glsl_type_is_ functions
Jason Ekstrand
2016-02-13
2
-0
/
+21
*
nir/types: Add helpers for working with sampler and image types
Jason Ekstrand
2016-02-13
2
-0
/
+75
*
nir/types: Add helpers for function types
Jason Ekstrand
2016-02-13
2
-0
/
+28
*
glsl/types: Expose glsl_struct_field and glsl_function_param to C
Jason Ekstrand
2016-02-13
1
-4
/
+6
*
glsl/types: Add a helper for getting image types
Jason Ekstrand
2016-02-13
2
-0
/
+89
*
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
[next]