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
*
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
*
st/mesa: bail out of try_pbo_upload_common when vertex upload fails
Nicolai Hähnle
2016-02-05
1
-1
/
+9
*
st/mesa: reduce the scope of sampler_view in try_pbo_upload_common
Nicolai Hähnle
2016-02-05
1
-3
/
+3
*
st/mesa: do uploads earlier in try_pbo_upload_common
Nicolai Hähnle
2016-02-05
1
-45
/
+44
*
main: Use a derived value for the default sample count
Neil Roberts
2016-02-05
3
-1
/
+25
*
program: Use _mesa_geometric_samples to calculate gl_NumSamples
Neil Roberts
2016-02-05
1
-1
/
+2
*
main: Use _mesa_geometric_samples to calculate GL_SAMPLE_BUFFERS
Neil Roberts
2016-02-05
2
-1
/
+4
*
main: Use _mesa_geometric_samples to calculate the value of GL_SAMPLES
Neil Roberts
2016-02-05
2
-1
/
+5
*
st/mesa: add query buffer support
Ilia Mirkin
2016-02-04
4
-1
/
+103
*
mesa: add core implementation of ARB_query_buffer_object
Ilia Mirkin
2016-02-04
1
-147
/
+138
*
mesa: add driver interface for writing query results to buffers
Ilia Mirkin
2016-02-04
1
-0
/
+9
[next]