index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
docs: only astc ldr required for ES3.2, not hdr
Ilia Mirkin
2015-09-14
1
-1
/
+1
*
st/mesa: emit TXQS, support ARB_shader_texture_image_samples
Ilia Mirkin
2015-09-13
4
-3
/
+8
*
r600g: add support for TXQS tgsi opcode
Ilia Mirkin
2015-09-13
2
-5
/
+13
*
nv50/ir: add support for TXQS tgsi opcode
Ilia Mirkin
2015-09-13
5
-9
/
+41
*
gallium: add PIPE_CAP_TGSI_TXQS to let st know if TXQS is supported
Ilia Mirkin
2015-09-13
15
-0
/
+15
*
tgsi: add a TXQS opcode to retrieve the number of texture samples
Ilia Mirkin
2015-09-13
3
-2
/
+14
*
glsl/cs: Initialize gl_LocalInvocationIndex in main()
Jordan Justen
2015-09-13
1
-0
/
+22
*
glsl/cs: Exclude gl_LocalInvocationIndex from builtin variable stripping
Jordan Justen
2015-09-13
1
-0
/
+8
*
glsl/cs: Initialize gl_GlobalInvocationID in main()
Jordan Justen
2015-09-13
3
-0
/
+72
*
glsl: Move link_get_main_function_signature to a common location
Jordan Justen
2015-09-13
5
-33
/
+34
*
glsl/cs: Don't strip gl_GlobalInvocationID and dependencies
Jordan Justen
2015-09-13
1
-0
/
+14
*
i965/nir: Support gl_WorkGroupID variable
Jordan Justen
2015-09-13
1
-1
/
+9
*
i965/cs: Initialize gl_WorkGroupID variable from payload
Jordan Justen
2015-09-13
2
-0
/
+20
*
nir: Add gl_WorkGroupID system variable
Jordan Justen
2015-09-13
3
-0
/
+6
*
glsl/cs: Add gl_WorkGroupID variable
Jordan Justen
2015-09-13
2
-0
/
+2
*
i965/nir: Support gl_LocalInvocationID variable
Jordan Justen
2015-09-13
1
-0
/
+17
*
i965/cs: Initialize gl_LocalInvocationID from payload
Jordan Justen
2015-09-13
2
-2
/
+24
*
i965/cs: Initialize gl_LocalInvocationID in push constant data
Jordan Justen
2015-09-13
1
-4
/
+52
*
i965/cs: Reserve local invocation id in payload regs
Jordan Justen
2015-09-13
4
-0
/
+45
*
nir: Add gl_LocalInvocationID variable
Jordan Justen
2015-09-13
3
-0
/
+6
*
glsl/cs: Add gl_LocalInvocationID variable
Jordan Justen
2015-09-13
2
-0
/
+13
*
softpipe: Change faces type to uint
Krzesimir Nowak
2015-09-13
2
-6
/
+6
*
freedreno/ir3: fix compile warn after 1807a08e
Rob Clark
2015-09-13
1
-0
/
+1
*
freedreno/ir3: fix compile break after a4aa25be
Rob Clark
2015-09-13
1
-2
/
+1
*
nir: add nir_channel() to get at single components of vec's
Rob Clark
2015-09-13
3
-28
/
+22
*
tgsi/scan: add support to figure out max nesting depth
Rob Clark
2015-09-13
2
-0
/
+21
*
r600: Fix llvm build since const buffer changes
Kai Wasserbäch
2015-09-13
1
-1
/
+1
*
i965/vec4: Don't reswizzle hardware registers
Jason Ekstrand
2015-09-12
1
-0
/
+8
*
i965/emit: Add assertions for accumulator restrictions
Jason Ekstrand
2015-09-12
1
-0
/
+17
*
docs: add news item and link release notes for 11.0.0
Emil Velikov
2015-09-12
2
-0
/
+8
*
docs: add sha256 checksums for 11.0.0
Emil Velikov
2015-09-12
1
-1
/
+2
*
docs: Update 11.0.0 release notes
Emil Velikov
2015-09-12
1
-3
/
+165
*
r600: Enable fp64 on chips with native support
Glenn Kennard
2015-09-12
3
-2
/
+6
*
r600g: Support I2D/U2D/D2I/D2U
Glenn Kennard
2015-09-12
1
-8
/
+98
*
r600g: lower number of driver const buffers
Dave Airlie
2015-09-12
3
-70
/
+131
*
r600: define some values for the fetch constant offsets.
Dave Airlie
2015-09-12
4
-27
/
+47
*
docs: Update with GLES3.2 entries and status
Thomas Helland
2015-09-11
1
-0
/
+24
*
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
2
-2
/
+2
*
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
*
nir/from_ssa: Use instr_rewrite_dest
Jason Ekstrand
2015-09-11
1
-3
/
+1
*
nir: Add a function for rewriting instruction destinations
Jason Ekstrand
2015-09-11
2
-0
/
+26
*
nir: Only unlink sources that are actually valid
Jason Ekstrand
2015-09-11
1
-7
/
+8
*
nir: Remove the mem_ctx parameter from ssa_def_rewrite_uses
Jason Ekstrand
2015-09-11
20
-47
/
+25
*
nir: Fix a bunch of ralloc parenting errors
Jason Ekstrand
2015-09-11
10
-31
/
+32
*
nir/lower_outputs_to_temporaries: Reparent the output name
Jason Ekstrand
2015-09-11
1
-0
/
+3
[next]