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
*
radeonsi: move a few r600_can_dump_shader calls to where they're needed
Marek Olšák
2016-02-09
1
-5
/
+5
*
radeonsi: remove useless code that handles dx10_clamp_mode
Marek Olšák
2016-02-09
3
-14
/
+6
*
radeonsi: dump SPI_PS_INPUT values along with shader stats
Marek Olšák
2016-02-09
1
-0
/
+7
*
radeonsi: read SPI_PS_INPUT_ADDR from LLVM if it returns it
Marek Olšák
2016-02-09
3
-2
/
+7
*
radeonsi: don't force gl_SampleMaskIn to 1 for smoothing
Marek Olšák
2016-02-09
1
-7
/
+4
*
radeonsi: split PS input interpolation code into its own function
Marek Olšák
2016-02-09
1
-56
/
+71
*
radeonsi: implement forcing per-sample_interpolation using the shader key only
Marek Olšák
2016-02-09
6
-152
/
+55
*
radeonsi: remove si_shader::ps_input_interpolate
Marek Olšák
2016-02-09
2
-6
/
+3
*
radeonsi: move BCOLOR PS input locations after all other inputs
Marek Olšák
2016-02-09
3
-29
/
+50
*
radeonsi: move SPI_PS_INPUT_CNTL value computation to a separate function
Marek Olšák
2016-02-09
1
-34
/
+40
*
radeonsi: generate a color_two_side variant only if the shader reads colors
Marek Olšák
2016-02-09
1
-1
/
+1
*
radeonsi: move si_shader_context initialization into a separate function
Marek Olšák
2016-02-09
1
-43
/
+60
*
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
*
nv50: add PIPE_QUERY_OCCLUSION_PREDICATE support
Ilia Mirkin
2016-02-09
1
-0
/
+6
*
nv30: add PIPE_QUERY_OCCLUSION_PREDICATE support
Ilia Mirkin
2016-02-09
1
-2
/
+5
*
ilo: add PIPE_QUERY_OCCLUSION_PREDICATE support
Ilia Mirkin
2016-02-09
3
-1
/
+12
*
draw: use util_pstipple_* function for stipple pattern textures and samplers
Nicolai Hähnle
2016-02-09
3
-112
/
+18
*
draw: use util_pstipple_create_fragment_shader
Nicolai Hähnle
2016-02-09
1
-197
/
+12
*
winsys/radeon: fix a wrong NUM_TILE_PIPES value from the kernel
Marek Olšák
2016-02-09
1
-0
/
+6
*
nir: remove unused nir_variable fields
Timothy Arceri
2016-02-09
2
-20
/
+0
*
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
3
-2
/
+4
*
st/mesa: add atomic AoA support
Dave Airlie
2016-02-09
1
-8
/
+6
[next]