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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa/readpix: Clip ReadPixels() area to the ReadBuffer's
Nanley Chery
2016-02-09
1
-2
/
+5
*
mesa/image: Make _mesa_clip_readpixels() work with renderbuffers
Nanley Chery
2016-02-09
1
-5
/
+17
*
i965/vec4: Plumb separate surfaces and samplers through from NIR
Jason Ekstrand
2016-02-09
4
-9
/
+23
*
i965/vec4: Separate the sampler from the surface in generate_tex
Jason Ekstrand
2016-02-09
1
-5
/
+13
*
i965/fs: Plumb separate surfaces and samplers through from NIR
Jason Ekstrand
2016-02-09
7
-22
/
+46
*
i965/fs: Separate the sampler from the surface in generate_tex
Jason Ekstrand
2016-02-09
2
-6
/
+15
*
i965/fs: Add an enum for keeping track of texture instruciton sources
Jason Ekstrand
2016-02-09
3
-44
/
+72
*
nir: Separate texture from sampler in nir_tex_instr
Jason Ekstrand
2016-02-09
3
-0
/
+7
*
nir/tex_instr: Rename sampler to texture
Jason Ekstrand
2016-02-09
3
-25
/
+25
*
i965: Explicitly write the "TR DS Cache Disable" bit at TCS EOT.
Kenneth Graunke
2016-02-09
3
-3
/
+6
*
ptn: use const_index helpers
Rob Clark
2016-02-09
1
-2
/
+2
*
gallium: pass the robust buffer access context flag to drivers
Marek Olšák
2016-02-09
1
-1
/
+5
*
st/mesa: remove st_is_program_native
Marek Olšák
2016-02-09
1
-13
/
+0
*
st/mesa: unify destroy_program_variants cases for TCS, TES, GS
Marek Olšák
2016-02-09
1
-50
/
+16
*
st/mesa: unify get_variant functions for TCS, TES, GS
Marek Olšák
2016-02-09
3
-176
/
+31
*
st/mesa: unify variants and delete functions for TCS, TES, GS
Marek Olšák
2016-02-09
5
-214
/
+108
*
mesa: fix incorrect viewport position when GL_CLIP_ORIGIN = GL_LOWER_LEFT
Brian Paul
2016-02-09
1
-2
/
+2
*
mesa: rewrite save_CallLists() code
Brian Paul
2016-02-09
1
-26
/
+35
*
mesa: add missing error check in _mesa_CallLists()
Brian Paul
2016-02-09
1
-0
/
+8
*
mesa: whitespace clean-ups in dlist.h
Brian Paul
2016-02-09
1
-16
/
+31
*
st/mesa: don't allocate bitmap drawing state until needed
Brian Paul
2016-02-09
3
-72
/
+77
*
st/mesa: move the setup_bitmap_vertex_data() code into draw_bitmap_quad()
Brian Paul
2016-02-09
1
-90
/
+78
*
st/mesa: refactor some bitmap drawing code
Brian Paul
2016-02-09
1
-33
/
+57
*
mesa: remove hack to fix up GL_ANY_SAMPLES_PASSED results
Ilia Mirkin
2016-02-09
1
-5
/
+0
*
st/mesa: make use of the occlusion predicate query
Ilia Mirkin
2016-02-09
1
-2
/
+10
*
i965: Use nir_lower_load_const_to_scalar().
Kenneth Graunke
2016-02-08
1
-0
/
+4
*
mesa: remove now unused sampler index handing code
Timothy Arceri
2016-02-09
4
-172
/
+0
*
mesa: compute sampler index in ir_to_mesa rather than using UniformHash
Timothy Arceri
2016-02-09
1
-3
/
+78
*
i965: Don't add barrier deps for FB write messages.
Kenneth Graunke
2016-02-08
1
-3
/
+4
*
st/mesa: enable AoA for gallium drivers reporting GLSL 1.30
Dave Airlie
2016-02-09
1
-0
/
+1
*
st/mesa: add atomic AoA support
Dave Airlie
2016-02-09
1
-8
/
+6
*
mesa: drop unused nonconst sampler functions.
Dave Airlie
2016-02-09
2
-14
/
+0
*
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
2
-4
/
+3
*
i965: Rename define for the PIPE_CONTROL DC flush bit.
Francisco Jerez
2016-02-08
5
-6
/
+6
*
i965: Invalidate state cache before L3 partitioning set-up.
Francisco Jerez
2016-02-08
1
-0
/
+1
*
i965: Fix cache pollution race during L3 partitioning set-up.
Francisco Jerez
2016-02-08
1
-8
/
+23
*
i965/fs: Don't emit unnecessary SEL instruction from emit_image_atomic().
Francisco Jerez
2016-02-08
1
-1
/
+1
*
i965/vec4: Update vec4 unit tests for commit 01dacc83ff.
Matt Turner
2016-02-08
3
-10
/
+24
*
dri/common: include debug_output.h to silence warning
Brian Paul
2016-02-08
1
-0
/
+1
*
st/mesa: minor formatting fixes in st_cb_bitmap.c
Brian Paul
2016-02-08
1
-3
/
+1
*
mesa: move GL_ARB_debug_output code into new debug_output.c file
Brian Paul
2016-02-08
10
-1318
/
+1433
*
mesa/extensions: Fix NVX_gpu_memory_info lexicographical order.
Vinson Lee
2016-02-07
1
-1
/
+2
*
mesa/get: fix a breakage after rebase
Marek Olšák
2016-02-05
1
-0
/
+1
*
i965/vec4: don't copy ATTR into 3src instructions with complex swizzles
Matt Turner
2016-02-05
1
-4
/
+10
*
st/mesa: implement and enable memory info extensions (v2)
Marek Olšák
2016-02-05
2
-0
/
+27
*
mesa: implement GL_ATI_meminfo (v2)
Marek Olšák
2016-02-05
4
-1
/
+32
*
mesa: implement GL_NVX_gpu_memory_info (v2)
Marek Olšák
2016-02-05
5
-0
/
+53
*
mesa: Fix locking of GLsync objects.
Steinar H. Gunderson
2016-02-05
4
-49
/
+66
*
st/mesa: bail out of try_pbo_upload_common when constant upload fails
Nicolai Hähnle
2016-02-05
1
-0
/
+6
[next]