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
path:
root
/
src
/
mesa
/
state_tracker
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: use base level size as "guess" when available
Nicolai Hähnle
2016-06-10
1
-6
/
+27
*
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: try not to compile compute shader on the first use
Marek Olšák
2016-06-08
1
-0
/
+1
*
st/mesa: directly compute level=0 texture size in st_finalize_texture
Nicolai Hähnle
2016-06-08
5
-53
/
+48
*
st/mesa: use buffer usage history to set dirty flags for revalidation
Ilia Mirkin
2016-06-07
1
-2
/
+13
*
st/mesa: revalidate image atoms when a texture is updated
Ilia Mirkin
2016-06-07
1
-6
/
+6
*
st/mesa: expose GL_ARB_shader_group_vote when supported by backend
Ilia Mirkin
2016-06-06
2
-4
/
+11
*
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/mesa: fix resource leak in try_pbo_readpixels
Nicolai Hähnle
2016-06-06
1
-1
/
+1
*
st/mesa: check shader image format support before using PBO download
Ilia Mirkin
2016-06-06
1
-0
/
+6
*
glsl: Add glsl LowerCsDerivedVariables option
Jordan Justen
2016-06-01
1
-0
/
+1
*
st/mesa: implement PBO downloads for ReadPixels
Nicolai Hähnle
2016-06-01
3
-3
/
+160
*
st/mesa: hook up a no-op try_pbo_readpixels
Nicolai Hähnle
2016-06-01
1
-20
/
+37
*
st/mesa: add layer_offset to PBO fragment shader
Nicolai Hähnle
2016-06-01
2
-4
/
+16
*
st/mesa: create PBO download fragment shaders
Nicolai Hähnle
2016-06-01
2
-7
/
+79
*
st/mesa: add PBO download enable bit and fragment shaders
Nicolai Hähnle
2016-06-01
2
-0
/
+17
*
st/mesa: move shareable parts of PBO upload state and draw to st_pbo.c
Nicolai Hähnle
2016-06-01
3
-106
/
+129
*
st/mesa: move PBO buffer address calculation to st_pbo.c
Nicolai Hähnle
2016-06-01
3
-120
/
+204
*
st/mesa: move PBO upload fs creation to st_pbo.c
Nicolai Hähnle
2016-06-01
3
-77
/
+80
*
st/mesa: rename pbo_upload to pbo
Nicolai Hähnle
2016-06-01
3
-48
/
+48
*
st/mesa: move PBO vertex and geometry shader creation to st_pbo.c
Nicolai Hähnle
2016-06-01
3
-89
/
+97
*
st/mesa: begin moving PBO functions into their own file
Nicolai Hähnle
2016-06-01
5
-61
/
+128
*
gallium/cso: allow saving the first fragment shader image slot
Nicolai Hähnle
2016-06-01
1
-4
/
+5
*
st/glsl_to_tgsi: prevent infinite loop
Eric Engestrom
2016-05-31
1
-2
/
+3
*
st/mesa: fix setting of point_size_per_vertex in ES contexts
Ilia Mirkin
2016-05-29
1
-2
/
+18
*
st/mesa: expose OES_shader_io_blocks when we have enough for ES 3.1
Ilia Mirkin
2016-05-28
1
-0
/
+6
*
compiler: Move glsl_to_nir to libglsl.la
Jason Ekstrand
2016-05-26
1
-1
/
+1
*
st/mesa: enable ARB_ES3_1_compatibility when ES 3.1 would be exposed
Ilia Mirkin
2016-05-23
1
-0
/
+22
*
st/mesa: reenable culling
Dave Airlie
2016-05-24
1
-1
/
+1
*
st/mesa: update inst->info along with inst->op
Ilia Mirkin
2016-05-23
1
-0
/
+1
*
mesa: Implement glGet*(GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED).
Kenneth Graunke
2016-05-23
1
-0
/
+2
*
mesa/st: don't leak name
Rob Clark
2016-05-18
1
-2
/
+5
*
st/mesa: remove unused st_context::default_texture
Brian Paul
2016-05-17
2
-7
/
+0
*
st/mesa: fix reversed copyimage canonical format
Nicolai Hähnle
2016-05-17
1
-3
/
+3
*
mesa/st: add support for NIR as possible driver IR
Rob Clark
2016-05-17
6
-12
/
+630
*
mesa/st: move things around a bit in st_create_fp_variant()
Rob Clark
2016-05-17
1
-12
/
+8
*
mesa/st: add nir pass for lowering builtin uniforms
Rob Clark
2016-05-17
2
-0
/
+276
*
st/mesa: disable cull distance for now
Ilia Mirkin
2016-05-15
1
-1
/
+1
*
st/mesa: flip y coordinate of interpolateAtOffset for winsys
Ilia Mirkin
2016-05-13
1
-2
/
+22
*
mesa/st: Add support for GL_ARB_cull_distance (v2)
Tobias Klausmann
2016-05-14
2
-0
/
+27
*
mesa/main: Add support for GL_ARB_cull_distance (v2)
Tobias Klausmann
2016-05-14
1
-1
/
+1
*
mesa/st: split the type_size calculation into it's own file
Rob Clark
2016-05-11
3
-61
/
+148
*
st/glsl_to_tgsi: attach image to correct instruction for samples
Dave Airlie
2016-05-11
1
-2
/
+2
*
prog: Delete all remains of OPCODE_SNE, OPCODE_SEQ, OPCODE_SGT, and OPCODE_SLE
Ian Romanick
2016-05-10
1
-8
/
+0
*
st/mesa: use transfer_inline_write for memcpy TexSubImage path
Marek Olšák
2016-05-10
1
-4
/
+39
*
st/glsl_to_tgsi: brown paper bag for the input offsets fix.
Dave Airlie
2016-05-10
1
-1
/
+1
[next]