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
/
mesa
/
state_tracker
/
st_glsl_to_tgsi.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: fix type confusion with reladdrs
Ilia Mirkin
2016-06-09
1
-5
/
+5
*
glsl/types: rename is_dual_slot_double to is_dual_slot_64bit.
Dave Airlie
2016-06-09
1
-1
/
+1
*
st/glsl_to_tgsi: move to checking 64-bitness instead of double
Dave Airlie
2016-06-09
1
-16
/
+14
*
st/glsl_to_tgsi: use enum glsl_base_type instead of unsigned
Dave Airlie
2016-06-09
1
-12
/
+12
*
st/mesa: expose GL_ARB_shader_group_vote when supported by backend
Ilia Mirkin
2016-06-06
1
-4
/
+10
*
mesa: hook up core bits of GL_ARB_shader_group_vote
Ilia Mirkin
2016-06-06
1
-0
/
+4
*
st/mesa: change SQRT lowering to fix the game Risen
Marek Olšák
2016-06-06
1
-7
/
+9
*
st/glsl_to_tgsi: prevent infinite loop
Eric Engestrom
2016-05-31
1
-2
/
+3
*
st/mesa: update inst->info along with inst->op
Ilia Mirkin
2016-05-23
1
-0
/
+1
*
mesa/st: add support for NIR as possible driver IR
Rob Clark
2016-05-17
1
-4
/
+36
*
st/mesa: flip y coordinate of interpolateAtOffset for winsys
Ilia Mirkin
2016-05-13
1
-2
/
+22
*
mesa/st: split the type_size calculation into it's own file
Rob Clark
2016-05-11
1
-61
/
+3
*
st/glsl_to_tgsi: attach image to correct instruction for samples
Dave Airlie
2016-05-11
1
-2
/
+2
*
st/glsl_to_tgsi: brown paper bag for the input offsets fix.
Dave Airlie
2016-05-10
1
-1
/
+1
*
st/glsl_to_tgsi: handle offsets from inputs
Dave Airlie
2016-05-10
1
-0
/
+9
*
st/glsl_to_tgsi: fix potential crash when allocating temporaries
Samuel Pitoiset
2016-04-30
1
-1
/
+1
*
st/glsl_to_tgsi: reduce stack explosion in recursive expression visitor
Nicolai Hähnle
2016-04-29
1
-4
/
+16
*
gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*
Marek Olšák
2016-04-22
1
-27
/
+27
*
st/mesa: replace _mesa_sysval_to_semantic table with function
Brian Paul
2016-04-11
1
-66
/
+66
*
st/glsl_to_tgsi: make samplers_used an uint32_t (v2)
Nicolai Hähnle
2016-04-07
1
-3
/
+5
*
gallium: add threads per block TGSI property
Bas Nieuwenhuizen
2016-04-02
1
-0
/
+18
*
glsl: add transform feedback buffers to resource list
Timothy Arceri
2016-03-31
1
-1
/
+1
*
mesa: split transform feedback buffer into its own struct
Timothy Arceri
2016-03-31
1
-1
/
+1
*
tgsi: Add support for global / private / input MEMORY
Hans de Goede
2016-03-21
1
-1
/
+1
*
st/mesa: set TGSI property NEXT_SHADER
Marek Olšák
2016-03-19
1
-0
/
+36
*
st/glsl_to_tgsi: set FS_EARLY_DEPTH_STENCIL when required
Nicolai Hähnle
2016-03-14
1
-0
/
+3
*
st/glsl_to_tgsi: set memory access type on image intrinsics
Nicolai Hähnle
2016-03-14
1
-0
/
+7
*
st/glsl_to_tgsi: provide Texture and Format information for image ops
Nicolai Hähnle
2016-03-14
1
-9
/
+15
*
st/mesa: add GL_ARB_shader_atomic_counter_ops support
Ilia Mirkin
2016-03-10
1
-6
/
+54
*
program: Remove condition-code and precision support.
Matt Turner
2016-03-01
1
-6
/
+0
*
st/mesa: fix up result_src.type when doing i2u/u2i conversions
Ilia Mirkin
2016-02-17
1
-0
/
+1
*
st/mesa: convert GLSL image intrinsics into TGSI
Ilia Mirkin
2016-02-15
1
-4
/
+210
*
glsl/types: Add support for function types
Jason Ekstrand
2016-02-13
1
-0
/
+1
*
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
1
-0
/
+91
*
st/mesa: add conversion for compute shaders
Samuel Pitoiset
2016-02-13
1
-0
/
+8
*
st/mesa: release GLSL IR in LinkShader after it's not needed
Marek Olšák
2016-02-11
1
-0
/
+4
*
mesa: call build_program_resource_list inside Driver.LinkShader
Marek Olšák
2016-02-11
1
-0
/
+3
*
st/mesa: add atomic AoA support
Dave Airlie
2016-02-09
1
-8
/
+6
*
st/mesa: handle indirect samplers in arrays/structs properly (v4.1)
Dave Airlie
2016-02-09
1
-18
/
+123
*
glsl/ir: add param index to variable.
Dave Airlie
2016-02-09
1
-1
/
+1
*
st/mesa: treat a write as a read for range purposes
Ilia Mirkin
2016-02-01
1
-1
/
+4
*
glsl: Remove 2x16 half-precision pack/unpack opcodes.
Matt Turner
2016-02-01
1
-3
/
+0
*
st/mesa: add support for memory barrier intrinsics
Ilia Mirkin
2016-01-29
1
-0
/
+45
*
st/mesa: use RESQ to find buffer size
Ilia Mirkin
2016-01-29
1
-4
/
+18
*
st/mesa: add support for SSBO binding and GLSL intrinsics
Ilia Mirkin
2016-01-29
1
-7
/
+176
*
st/mesa: add atomic counter support
Ilia Mirkin
2016-01-29
1
-8
/
+135
*
mesa: add PROGRAM_IMMEDIATE, PROGRAM_BUFFER
Ilia Mirkin
2016-01-29
1
-1
/
+0
*
glsl: move to compiler/
Emil Velikov
2016-01-26
1
-2
/
+2
[next]