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
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: extract out helper macros for running passes
Rob Clark
2016-01-03
2
-36
/
+43
*
freedreno/ir3: we require block_index metadata
Rob Clark
2016-01-03
1
-0
/
+2
*
freedreno/ir3: refactor NIR IR handling
Rob Clark
2016-01-03
7
-111
/
+202
*
freedreno/ir3: drop unnecessary unreachable() case
Rob Clark
2016-01-03
1
-2
/
+0
*
gallium/tests: fix build with clang compiler
Samuel Pitoiset
2016-01-03
1
-273
/
+330
*
nv50,nvc0: optimize coherent buffer checking at draw time
Samuel Pitoiset
2016-01-03
6
-68
/
+82
*
i965: Make TCS precompile use the TES primitive mode when available.
Kenneth Graunke
2016-01-02
1
-1
/
+3
*
i965: Push most TES inputs in SIMD8 mode.
Kenneth Graunke
2016-01-02
1
-12
/
+30
*
i965: Use LOAD_PAYLOAD for SIMD8 TES input loads, not MOV.
Kenneth Graunke
2016-01-02
1
-1
/
+4
*
i965: Move 3-src subnr swizzle handling into the vec4 backend.
Kenneth Graunke
2016-01-02
2
-6
/
+18
*
vc4: Fix build from upload changes.
Eric Anholt
2016-01-02
1
-1
/
+1
*
gallium/radeon: send LLVM diagnostics as debug messages
Nicolai Hähnle
2016-01-02
1
-15
/
+46
*
gallium/radeon: pass pipe_debug_callback into radeon_llvm_compile (v2)
Nicolai Hähnle
2016-01-02
7
-9
/
+18
*
radeonsi: send shader info as debug messages in addition to stderr output
Nicolai Hähnle
2016-01-02
1
-14
/
+55
*
radeonsi: pass pipe_debug_callback down into si_shader_binary_read (v2)
Nicolai Hähnle
2016-01-02
4
-14
/
+22
*
gallium/radeon: implement set_debug_callback
Nicolai Hähnle
2016-01-02
2
-0
/
+14
*
u_upload_mgr: allow specifying PIPE_USAGE_* for the upload buffer
Marek Olšák
2016-01-02
17
-26
/
+43
*
u_upload_mgr: remove alignment parameter from u_upload_create
Marek Olšák
2016-01-02
17
-31
/
+19
*
u_upload_mgr: pass alignment to u_upload_buffer manually
Marek Olšák
2016-01-02
3
-2
/
+4
*
u_upload_mgr: pass alignment to u_upload_data manually
Marek Olšák
2016-01-02
19
-22
/
+34
*
u_upload_mgr: pass alignment to u_upload_alloc manually
Marek Olšák
2016-01-02
25
-27
/
+36
*
u_upload_mgr: rework the application of alignment
Marek Olšák
2016-01-02
1
-10
/
+14
*
st/mesa: fix GLSL uniform updates for glBitmap & glDrawPixels (v2)
Marek Olšák
2016-01-02
5
-19
/
+25
*
program: add _mesa_reserve_parameter_storage
Marek Olšák
2016-01-02
2
-15
/
+36
*
mesa: Fix warning with MESA_VERBOSE=api for BindBufferRange
Jordan Justen
2016-01-01
1
-1
/
+1
*
nv50,nvc0: make sure there's pushbuf space and that we ref the bo early
Ilia Mirkin
2016-01-01
4
-6
/
+5
*
st/mesa: sort extensions enablement array
Ilia Mirkin
2016-01-01
1
-11
/
+11
*
nir/lower_clip: add missing writemask on store
Rob Clark
2016-01-01
1
-0
/
+1
*
mesa: Add MESA_VERBOSE=api for GL_ARB_program_interface_query
Jordan Justen
2016-01-01
1
-0
/
+39
*
mesa: Add MESA_VERBOSE=api for several indexed BindBuffer variants
Jordan Justen
2016-01-01
1
-2
/
+25
*
st/glsl_to_tgsi: fix block movs for doubles
Dave Airlie
2016-01-01
1
-1
/
+14
*
st/glsl_to_tgsi: handle different attrib size
Dave Airlie
2016-01-01
1
-5
/
+14
*
st/glsl_to_tgsi: readd the double_reg2 for input index mapping
Dave Airlie
2016-01-01
1
-2
/
+2
*
st/glsl_to_tgsi: when doing reladdr get vec4 of correct type
Dave Airlie
2016-01-01
1
-1
/
+1
*
st/glsl_to_tgsi: handle double immediates in matrices properly.
Dave Airlie
2016-01-01
1
-11
/
+48
*
st/glsl_to_tgsi: setup writemask for double arrays and matricies.
Dave Airlie
2016-01-01
1
-1
/
+20
*
st/glsl_to_tgsi: handle doubles in array shrinking code.
Dave Airlie
2016-01-01
1
-2
/
+7
*
st/glsl_to_tgsi: handle doubles outputs in arrays.
Dave Airlie
2016-01-01
1
-4
/
+31
*
st/glsl_to_tgsi: store if dst is double in array
Dave Airlie
2016-01-01
1
-3
/
+10
*
nvc0: Set winding order regardless of domain.
Kenneth Graunke
2015-12-30
1
-2
/
+4
*
glsl: Fix varying struct locations when varying packing is disabled.
Kenneth Graunke
2015-12-30
1
-13
/
+2
*
drirc: Disable ARB_blend_func_extended for Heaven 4.0/Valley 1.0.
Kenneth Graunke
2015-12-30
1
-0
/
+8
*
glsl: add GL_ARB_shader_draw_parameters define
Ilia Mirkin
2015-12-30
1
-0
/
+3
*
nvc0: add ARB_shader_draw_parameters support
Ilia Mirkin
2015-12-30
14
-15
/
+74
*
st/mesa: add GL_ARB_shader_draw_parameters support
Ilia Mirkin
2015-12-30
3
-2
/
+4
*
gallium: add a drawid to pipe_draw_info
Ilia Mirkin
2015-12-30
1
-0
/
+2
*
gallium: add PIPE_CAP_DRAW_PARAMETERS
Ilia Mirkin
2015-12-30
16
-2
/
+19
*
gallium: add baseinstance/drawid semantics
Ilia Mirkin
2015-12-30
3
-1
/
+18
*
nv50/ir: attempt to do more constant folding on mad -> add conversion
Ilia Mirkin
2015-12-30
1
-11
/
+10
*
i965/gen8: Always use BRW_REGISTER_TYPE_UW for MUL on GEN8+
Marta Lofstedt
2015-12-30
2
-29
/
+1
[next]