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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallivm/llvmpipe: add const qualifiers on sampler variables
Brian Paul
2018-02-01
5
-8
/
+8
*
vbo: change an argument in vbo_draw_indirect_prims()
Brian Paul
2018-02-01
1
-5
/
+12
*
vbo: add comments on the VBO draw function typedefs
Brian Paul
2018-02-01
1
-2
/
+55
*
vbo: s/drawcount/drawcount_offset
Brian Paul
2018-02-01
1
-12
/
+16
*
vbo: use vbo local var for draw call in vbo_save_playback_vertex_list()
Brian Paul
2018-02-01
1
-7
/
+7
*
svga: remove unneeded #includes in svga_pipe_draw.c
Brian Paul
2018-02-01
1
-7
/
+0
*
svga: whitespace/formatting fixes in svga_pipe_draw.c
Brian Paul
2018-02-01
1
-33
/
+34
*
svga: clean up retry_draw_range_elements(), retry_draw_arrays()
Brian Paul
2018-02-01
1
-54
/
+27
*
svga: remove unused min/max_index params to draw_vgpu10()
Brian Paul
2018-02-01
1
-4
/
+3
*
broadcom/vc5: Fix image_h setup for both loads and stores.
Eric Anholt
2018-02-01
1
-3
/
+2
*
broadcom/vc5: Add appropriate height padding for bank conflicts.
Eric Anholt
2018-02-01
4
-0
/
+63
*
broadcom/vc5: Simplify separate stencil surface setup.
Eric Anholt
2018-02-01
3
-99
/
+77
*
broadcom/vc5: Rename the UIFCFG register in the UAPI.
Eric Anholt
2018-02-01
2
-2
/
+2
*
broadcom/vc5: Fix a segfault on mix of booleans.
Eric Anholt
2018-02-01
1
-1
/
+3
*
broadcom/vc5: Skip over missing color buffers for a couple of checks.
Eric Anholt
2018-02-01
2
-0
/
+6
*
broadcom/vc5: Add the missing PIPE_CAP_FENCE_SIGNAL.
Eric Anholt
2018-02-01
1
-0
/
+1
*
mesa: fix query of GL_TEXTURE_COMPRESSION_HINT_ARB
Baldur Karlsson
2018-02-01
1
-1
/
+1
*
renderonly: fix dumb BO allocation for non 32bpp formats
Lucas Stach
2018-02-01
1
-1
/
+2
*
intel/decoder: Fix control / evaluation label mixup.
Kenneth Graunke
2018-02-01
1
-2
/
+2
*
i965: Bump official kernel requirement to Linux v3.9.
Kenneth Graunke
2018-02-01
1
-2
/
+2
*
meson: don't install windows headers on non-windows platforms
Marc Dietrich
2018-02-01
1
-1
/
+3
*
radeonsi: use ac_build_buffer_load_format for image buffer loads
Marek Olšák
2018-02-01
1
-4
/
+10
*
ac/nir: use ac_build_buffer_load_format for image buffer loads
Marek Olšák
2018-02-01
1
-8
/
+13
*
ac: add glc parameter to ac_build_buffer_load_format
Marek Olšák
2018-02-01
5
-5
/
+7
*
radeonsi: load the right number of components for VS inputs and TBOs
Marek Olšák
2018-02-01
4
-5
/
+54
*
radeonsi: remove unused si_shader_context members
Marek Olšák
2018-02-01
2
-11
/
+0
*
glx/apple: locate dispatch table functions to wrap by name
Jon Turney
2018-02-01
3
-7
/
+22
*
glx/apple: include util/debug.h for env_var_as_boolean prototype
Jon Turney
2018-02-01
2
-0
/
+2
*
osx: ld doesn't support --build-id
Jon Turney
2018-02-01
2
-1
/
+14
*
configure: Default to gbm=no on osx
Jon Turney
2018-02-01
1
-2
/
+2
*
mesa: remove usage of alloca in externalobjects.c v4
Andres Rodriguez
2018-02-01
1
-12
/
+48
*
radv: do not insert shaders in cache when it's disabled
Samuel Pitoiset
2018-02-01
1
-5
/
+24
*
radv: use separate bindings for graphics and compute descriptors
Samuel Pitoiset
2018-02-01
3
-53
/
+125
*
radv: store the bind point when creating descriptors with templates
Samuel Pitoiset
2018-02-01
2
-0
/
+2
*
r600/eg: make sure we allow vpm bit on other CF ops.
Dave Airlie
2018-02-01
1
-0
/
+1
*
gallium/st/clover: remove unused PIPE_SHADER_IR_LLVM
Timothy Arceri
2018-02-01
7
-19
/
+5
*
r600/sb: just add some missing debug bits
Dave Airlie
2018-02-01
1
-0
/
+15
*
r600: fix buffer resinfo opcode translation.
Dave Airlie
2018-02-01
2
-2
/
+2
*
st/glsl_to_nir: add more nir opts to st_nir_opts()
Timothy Arceri
2018-02-01
1
-16
/
+20
*
i965: perform 2 uploads with dual slot *64*PASSTHRU formats on gen<8
Andres Gomez
2018-01-31
1
-5
/
+27
*
i965: Make texture validation code use texture objects, not units.
Kenneth Graunke
2018-01-31
2
-16
/
+17
*
i965: Pass tObj into intel_update_max_level instead of intel_obj.
Kenneth Graunke
2018-01-31
1
-3
/
+3
*
i965: Delete more misleading comments.
Kenneth Graunke
2018-01-31
1
-3
/
+0
*
docs/features: mark EXT_semaphore(_fd) as DONE v2
Andres Rodriguez
2018-01-31
2
-3
/
+4
*
st/mesa: whitespace, formatting fixes in st_glsl_to_tgsi.cpp
Brian Paul
2018-01-31
1
-104
/
+169
*
st/mesa: s/int/GLenum/ in st_glsl_to_tgsi.cpp
Brian Paul
2018-01-31
1
-5
/
+6
*
svga: use opcode local var to simplify some code
Brian Paul
2018-01-31
1
-4
/
+2
*
svga: s/unsigned/VGPU10_OPCODE_TYPE/
Brian Paul
2018-01-31
1
-10
/
+11
*
radv: do not dump meta shader stats
Samuel Pitoiset
2018-01-31
2
-21
/
+18
*
ac/nir: fix emission of ffract for 64-bit
Samuel Pitoiset
2018-01-31
1
-7
/
+16
[next]