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
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: remove unrequired forward declaration
Timothy Arceri
2016-02-09
1
-2
/
+0
*
glsl: clean up and fix bug in varying linking rules
Timothy Arceri
2016-02-09
1
-74
/
+63
*
glsl: simplify ES Vertex/Fragment shader requirements
Timothy Arceri
2016-02-09
1
-28
/
+28
*
glsl: simplify required stages for linking rules
Timothy Arceri
2016-02-09
1
-43
/
+41
*
glsl: small tidy up now that link_shaders() exits early with 0 shaders
Timothy Arceri
2016-02-09
1
-6
/
+4
*
glsl: don't attempt to link empty program
Timothy Arceri
2016-02-09
1
-23
/
+23
*
nir: Recognize open-coded bitfield_reverse.
Matt Turner
2016-02-08
1
-0
/
+13
*
nir: Handle large unsigned values in opt_algebraic.
Matt Turner
2016-02-08
1
-4
/
+1
*
nir: Do opt_algebraic in reverse order.
Matt Turner
2016-02-08
1
-2
/
+2
*
nir: Recognize product of open-coded pow()s.
Matt Turner
2016-02-08
1
-0
/
+2
*
nir: Add opt_algebraic rules for xor with zero.
Matt Turner
2016-02-08
1
-0
/
+2
*
glsl: validate arrays of arrays on empty type delclarations
Timothy Arceri
2016-02-09
1
-25
/
+38
*
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
3
-4
/
+11
*
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
*
tgsi: minor whitespace fixes in tgsi_scan.c
Brian Paul
2016-02-08
1
-4
/
+2
*
tgsi: s/true/TRUE/ in tgsi_scan.c
Brian Paul
2016-02-08
1
-13
/
+13
*
tgsi: use switches instead of big if/else ifs
Brian Paul
2016-02-08
1
-24
/
+36
*
tgsi: break gigantic tgsi_scan_shader() function into pieces
Brian Paul
2016-02-08
1
-364
/
+375
*
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
12
-1318
/
+1435
*
gallium/util: whitespace, formatting fixes in u_debug_stack.c
Brian Paul
2016-02-08
1
-29
/
+32
*
gallium/util: whitespace, formatting fixes in u_staging.[ch] files
Brian Paul
2016-02-08
2
-33
/
+41
*
gallium/util: switch over to new u_debug_image.[ch] code
Brian Paul
2016-02-08
10
-353
/
+10
*
gallium/util: put image dumping functions into separate file
Brian Paul
2016-02-08
2
-0
/
+422
*
gallium/util: whitespace, formatting fixes in u_debug.c
Brian Paul
2016-02-08
1
-95
/
+106
*
trace: add missing pipe_context::clear_texture()
Samuel Pitoiset
2016-02-08
1
-0
/
+28
*
trace: remove useless MALLOC() in trace_context_draw_vbo()
Samuel Pitoiset
2016-02-08
1
-11
/
+6
*
mesa/extensions: Fix NVX_gpu_memory_info lexicographical order.
Vinson Lee
2016-02-07
1
-1
/
+2
*
glsl: return cloned signature, not the builtin one
Ilia Mirkin
2016-02-07
1
-1
/
+2
*
glsl: make sure builtins are initialized before getting the shader
Ilia Mirkin
2016-02-07
1
-0
/
+1
*
tgsi: use TGSI_WRITEMASK_XYZW instead of hardcoding the mask
Samuel Pitoiset
2016-02-06
2
-4
/
+4
*
glsl: don't generate transform feedback candidate when not required
Timothy Arceri
2016-02-06
1
-2
/
+4
*
glsl: replace unreachable code with an assert()
Timothy Arceri
2016-02-06
2
-65
/
+38
*
r600, compute: Do not overwrite pipe_resource.screen
Jan Vesely
2016-02-05
1
-1
/
+1
*
r600g: Ignore format for PIPE_BUFFER targets
Jan Vesely
2016-02-05
1
-1
/
+1
*
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
[next]