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
*
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
*
st/glsl_to_tgsi: handle offsets from inputs
Dave Airlie
2016-05-10
1
-0
/
+9
*
gallium: fix various undefined left shifts into sign bit
Nicolai Hähnle
2016-05-07
2
-3
/
+3
*
st/mesa: fix blit-based GetTexImage for non-finalized textures
Marek Olšák
2016-05-02
1
-1
/
+2
*
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
*
mesa/st: log some additional invalid-fbo cases
Rob Clark
2016-04-25
1
-0
/
+3
*
st/mesa: check return value of begin/end_query
Nicolai Hähnle
2016-04-21
1
-22
/
+33
*
gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*
Marek Olšák
2016-04-22
5
-55
/
+55
*
gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*
Marek Olšák
2016-04-22
3
-50
/
+50
*
st/mesa: Use correct size for compute CAPs.
Bas Nieuwenhuizen
2016-04-21
1
-2
/
+6
*
mesa/st: enable compute shaders if images are also supported
Bas Nieuwenhuizen
2016-04-19
1
-3
/
+4
*
st/mesa: fix sampler view leak in st_DrawAtlasBitmaps()
Brian Paul
2016-04-14
1
-0
/
+6
*
st/mesa: Replace GLvoid with void
Jakob Sinclair
2016-04-12
5
-26
/
+26
*
gallium: Add capability for ARB_robust_buffer_access_behavior.
Bas Nieuwenhuizen
2016-04-12
1
-0
/
+1
*
st/mesa: fix memleak in glDrawPixels cache code
Brian Paul
2016-04-12
1
-5
/
+18
*
gallium: pause queries for all meta ops
Marek Olšák
2016-04-12
2
-0
/
+2
*
st/mesa: replace _mesa_sysval_to_semantic table with function
Brian Paul
2016-04-11
3
-68
/
+69
*
st/mesa: fix glReadBuffer() assertion failure
Brian Paul
2016-04-08
1
-0
/
+2
*
st/glsl_to_tgsi: make samplers_used an uint32_t (v2)
Nicolai Hähnle
2016-04-07
1
-3
/
+5
*
mesa/st: Update framebuffer state with no.of samples,layers
Edward O'Callaghan
2016-04-07
1
-3
/
+5
*
mesa/st: Set _NumSamples in update_framebuffer_state()
Edward O'Callaghan
2016-04-07
1
-0
/
+46
*
gallium: Obtain ARB_framebuffer_no_attachment constants
Edward O'Callaghan
2016-04-07
1
-0
/
+28
*
mesa/st: Use _mesa_geometric_ functions appropriately
Edward O'Callaghan
2016-04-07
4
-8
/
+15
*
gallium: distinguish between shader IR in get_compute_param
Bas Nieuwenhuizen
2016-04-02
1
-6
/
+7
*
gallium: add threads per block TGSI property
Bas Nieuwenhuizen
2016-04-02
1
-0
/
+18
*
gallium: add compute shader IR type
Bas Nieuwenhuizen
2016-04-02
1
-0
/
+1
*
mesa: add GL_OES_copy_image support
Ilia Mirkin
2016-03-30
1
-0
/
+11
*
st/mesa: add ES sample-shading support
Ilia Mirkin
2016-03-30
1
-0
/
+6
*
st/mesa: fix fallout from xfb changes.
Dave Airlie
2016-03-31
1
-2
/
+2
*
glsl: add transform feedback buffers to resource list
Timothy Arceri
2016-03-31
1
-1
/
+1
[next]