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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVE
Nicolai Hähnle
2017-09-18
1
-1
/
+4
*
st/glsl_to_tgsi: fix theoretical memory leak
Nicolai Hähnle
2017-09-18
1
-2
/
+5
*
i965: emit BRW_NEW_AUX_STATE on aux state changes
Iago Toral Quiroga
2017-09-18
1
-2
/
+6
*
i965: emit BRW_NEW_AUX_STATE when we change the fast clear value
Iago Toral Quiroga
2017-09-18
3
-11
/
+31
*
i965: emit BRW_NEW_AUX_STATE if we drop the aux surface
Iago Toral Quiroga
2017-09-18
1
-0
/
+2
*
i965: rename BRW_NEW_FAST_CLEAR_COLOR to BRW_NEW_AUX_STATE
Iago Toral Quiroga
2017-09-18
8
-14
/
+14
*
i965: Add an INTEL_DEBUG=reemit option.
Kenneth Graunke
2017-09-15
1
-1
/
+1
*
i965: drop unused variables
Eric Engestrom
2017-09-15
2
-2
/
+0
*
i965/tex: Unify the TexImage and TexSubImage code
Jason Ekstrand
2017-09-15
1
-58
/
+45
*
i965/tex: Remove the for_glTexImage parameter from texsubimage_tiled_memcpy
Jason Ekstrand
2017-09-15
1
-14
/
+5
*
i965/tex: Make a couple of helpers static
Jason Ekstrand
2017-09-15
2
-22
/
+2
*
i965: Move TexSubImage functions to intel_tex_image.c
Jason Ekstrand
2017-09-15
5
-260
/
+210
*
i965/blorp: Set r8stencil_needs_update when writing stencil
Jason Ekstrand
2017-09-15
1
-0
/
+6
*
mesa/st/tests: Correct build flags and force -std=c++11
Gert Wollny
2017-09-15
1
-9
/
+5
*
i965: fix build warning on clang
Tapani Pälli
2017-09-15
1
-1
/
+2
*
st/mesa: set UseSTD430AsDefaultPacking const based on CAP
Timothy Arceri
2017-09-15
1
-0
/
+3
*
mesa/st: add LOAD support for UBOs
Timothy Arceri
2017-09-15
1
-79
/
+119
*
mesa/st: create add_buffer_to_load_and_stores() helper
Timothy Arceri
2017-09-15
1
-19
/
+27
*
st/glsl->tgsi: fix u64 to bool comparisons.
Dave Airlie
2017-09-15
1
-1
/
+15
*
i965: Print size of validation and relocation lists in INTEL_DEBUG=flush
Kenneth Graunke
2017-09-14
1
-3
/
+8
*
i965: Disentangle batch and state buffer flushing.
Kenneth Graunke
2017-09-14
5
-40
/
+30
*
i965: Delete BATCH_RESERVED handling.
Kenneth Graunke
2017-09-14
2
-34
/
+3
*
i965: Make BLORP properly avoid batch wrapping.
Kenneth Graunke
2017-09-14
1
-14
/
+2
*
i965: Grow the batch/state buffers if we need space and can't flush.
Kenneth Graunke
2017-09-14
1
-5
/
+131
*
i965: Use a separate state buffer, but avoid changing flushing behavior.
Kenneth Graunke
2017-09-14
7
-82
/
+141
*
i965: Pass screen to intel_batchbuffer_reset().
Kenneth Graunke
2017-09-14
1
-10
/
+8
*
i965: Prepare INTEL_DEBUG=bat decoding for a separate statebuffer.
Kenneth Graunke
2017-09-14
1
-56
/
+54
*
i965: Split brw_emit_reloc into brw_batch_reloc and brw_state_reloc.
Kenneth Graunke
2017-09-14
5
-48
/
+73
*
i965: Refactor relocs into a brw_reloc_list structure.
Kenneth Graunke
2017-09-14
2
-19
/
+32
*
i965: Move brw_state_batch code to intel_batchbuffer.c
Kenneth Graunke
2017-09-14
4
-97
/
+47
*
i965: Drop a useless ret == 0 check.
Kenneth Graunke
2017-09-14
1
-22
/
+20
*
i965: Use a WC map and memcpy for the batch instead of pwrite.
Kenneth Graunke
2017-09-14
1
-10
/
+8
*
i965: Use batch->bo->size in brw_emit_reloc assertion.
Kenneth Graunke
2017-09-14
1
-1
/
+1
*
i965: Delete a batch size assertion that isn't very useful.
Kenneth Graunke
2017-09-14
1
-3
/
+0
*
i965/screen: Implement queryDmaBufFormatModifierAttirbs
Jason Ekstrand
2017-09-14
1
-1
/
+23
*
i965/screen: Report the correct number of image planes
Jason Ekstrand
2017-09-14
1
-1
/
+8
*
dri/radeon: use ARRAY_SIZE macro
Eric Engestrom
2017-09-14
1
-1
/
+3
*
mesa: Deal with size differences between GLuint and GLhandleARB in GetAttache...
Jeremy Huddleston Sequoia
2017-09-13
1
-7
/
+15
*
i965: Add an INTEL_DEBUG=submit option for printing batch statistics.
Kenneth Graunke
2017-09-13
1
-1
/
+1
*
st/glsl_to_tgsi: remove unused code in temprename
Nicolai Hähnle
2017-09-13
1
-15
/
+1
*
st/glsl_to_tgsi: be precise about merging scopes
Nicolai Hähnle
2017-09-13
1
-2
/
+2
*
i965: do not fallback to linear tiling for stencil surfaces
Iago Toral Quiroga
2017-09-12
1
-4
/
+7
*
mesa/st: Include builddir/src/compiler/glsl to fix make check
Aaron Watry
2017-09-11
1
-0
/
+1
*
st/glsl_to_tgsi: only the first (inner-most) array reference can be a 2D index
Nicolai Hähnle
2017-09-11
1
-1
/
+1
*
i965/tex: add missing include
Eric Engestrom
2017-09-10
1
-0
/
+1
*
mesa: whitespace, formatting fixes in teximage.c
Brian Paul
2017-09-08
1
-55
/
+55
*
mesa: provide more info in some texture image error messages
Brian Paul
2017-09-08
1
-9
/
+11
*
mesa/st: Fix frontbuffer rendering regression
Thomas Hellstrom
2017-09-08
1
-0
/
+3
*
i965: Don't special case the batchbuffer when reference counting.
Kenneth Graunke
2017-09-08
1
-11
/
+4
*
mesa/st/tests: Fix regressions with libunwind enabled introduced with 7be6d8fe12
Gert Wollny
2017-09-07
1
-0
/
+1
[prev]
[next]