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
/
state_tracker
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa/st: handle vert_attrib_mask in nir case too
Rob Clark
2018-05-15
1
-7
/
+7
*
gallium: remove aux_vertex_buffer_slot code
Marek Olšák
2018-05-12
5
-28
/
+7
*
st/nir: use NIR for asm programs
Timothy Arceri
2018-05-12
1
-7
/
+58
*
st/nir: make st_nir_opts() available externally
Timothy Arceri
2018-05-12
2
-1
/
+3
*
mesa/vbo/tnl: Move gl_vertex_array related stuff to tnl.
Mathias Fröhlich
2018-05-10
1
-1
/
+0
*
st/mesa: Remove the now unused gl_vertex_array.
Mathias Fröhlich
2018-05-10
4
-44
/
+2
*
st/mesa: Make feedback draw and rasterpos use _DrawVAO.
Mathias Fröhlich
2018-05-10
2
-65
/
+24
*
st/mesa: Use Array._DrawVAO in st_atom_array.c.
Mathias Fröhlich
2018-05-10
1
-325
/
+108
*
st/mesa: Make the input_to_index array available.
Mathias Fröhlich
2018-05-10
3
-5
/
+21
*
st/mesa: Use _DrawVAO for edgeflag enabled check.
Mathias Fröhlich
2018-05-10
1
-7
/
+4
*
mesa: add GLSLVersionCompat constant
Timothy Arceri
2018-05-09
1
-0
/
+1
*
compiler/lower_64bit_packing: rename the pass to be more generic
Iago Toral Quiroga
2018-05-03
1
-1
/
+1
*
st/mesa: add support for nvidia conservative rasterization extensions
Rhys Perry
2018-04-30
3
-0
/
+51
*
nir: move GL specific passes to src/compiler/glsl
Timothy Arceri
2018-05-01
1
-3
/
+4
*
st: Choose a 2101010 format for GL_RGB/GL_RGBA with a 2_10_10_10 type.
Eric Anholt
2018-04-26
1
-0
/
+13
*
st/mesa: fix missing setting of _ElementSize in new_draw_rasterpos_stage
Charmaine Lee
2018-04-26
1
-0
/
+5
*
st/mesa: add new driver function DrawBufferAllocate
Timothy Arceri
2018-04-25
1
-6
/
+4
*
autotools: Include new meson files
18.1-branchpoint
Dylan Baker
2018-04-20
1
-0
/
+2
*
meson: Build st_tests_common with gtest
Mike Lothian
2018-04-19
1
-1
/
+1
*
glsl_to_tgsi: try harder to lower unsupported ir_binop_vector_extract
Marek Olšák
2018-04-18
1
-0
/
+5
*
meson: build tests for gallium mesa state tracker
Dylan Baker
2018-04-18
1
-0
/
+40
*
mesa: merge the driver functions DrawBuffers and DrawBuffer
Timothy Arceri
2018-04-17
1
-5
/
+4
*
mesa: include mtypes.h less
Marek Olšák
2018-04-12
11
-6
/
+14
*
st/mesa: finalise tcs/tes/geom NIR before storing it to the cache
Timothy Arceri
2018-04-10
1
-2
/
+9
*
st/mesa: exit st_translate_fragment_program() earlier for NIR path
Timothy Arceri
2018-04-10
1
-6
/
+6
*
st/glsl_to_nir: set paramater value offset as driver location for packed unif...
Timothy Arceri
2018-04-10
3
-11
/
+11
*
st/mesa: stop calling _mesa_init_shader_object_functions()
Timothy Arceri
2018-04-10
1
-1
/
+0
*
mesa/st/nir: fix instruction removal
Rob Clark
2018-04-09
1
-1
/
+1
*
mesa/st/nir: fix naked lowering pass call
Rob Clark
2018-04-09
1
-1
/
+1
*
st/mesa: tex offsets can't be in a const or 2d-indexed
Ilia Mirkin
2018-04-07
1
-1
/
+5
*
st/mesa: set stencil border color the same as intensity
Marek Olšák
2018-04-04
1
-0
/
+2
*
st/mesa: Also use PIPE_FORMAT_R8G8B8A8_SRGB for framebuffer_sRGB.
Jakob Bornecrantz
2018-04-03
1
-1
/
+2
*
st/mesa: don't draw if the bound element array buffer is not allocated
Marek Olšák
2018-04-02
1
-0
/
+7
*
st/glsl_to_nir: gather next_stage in shader_info
Timothy Arceri
2018-04-02
1
-0
/
+15
*
gallium: Push down the gl_vertex_array inputs into gallium.
Mathias Fröhlich
2018-03-31
5
-14
/
+52
*
st/mesa: add missing GLSL_TYPE_[U]INT8 cases in st_glsl_type_dword_size()
Brian Paul
2018-03-30
1
-0
/
+3
*
util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...
Ian Romanick
2018-03-29
2
-5
/
+5
*
st/mesa: silence unhandled switch case warning
Brian Paul
2018-03-29
1
-1
/
+2
*
st: Don't try to finalize the texture in st_render_texture().
Eric Anholt
2018-03-28
1
-4
/
+0
*
st/glsl_to_nir: set driver location for bindless images and samplers
Timothy Arceri
2018-03-28
1
-1
/
+2
*
st/glsl_to_nir: correctly handle arrays packed across multiple vars
Timothy Arceri
2018-03-28
1
-1
/
+23
*
st/glsl_to_nir: fix driver location for dual-slot packed doubles
Timothy Arceri
2018-03-28
1
-6
/
+16
*
st: Allow accelerated CopyTexImage from RGBA to RGB.
Eric Anholt
2018-03-26
1
-6
/
+26
*
mesa/st/tests: Use tgsi opcode enum also in the test classes
Gert Wollny
2018-03-26
2
-8
/
+8
*
st/mesa: s/unsigned/enum pipe_shader_type/ for st_bind_ubos()
Brian Paul
2018-03-23
1
-1
/
+1
*
st/mesa: whitespace/formatting fixes in st_atom_constbuf.c
Brian Paul
2018-03-23
1
-21
/
+36
*
st/mesa: s/unsigned/enum pipe_shader_type/
Brian Paul
2018-03-23
2
-3
/
+5
*
st/mesa,tgsi: use enum tgsi_opcode
Brian Paul
2018-03-23
2
-28
/
+29
*
mesa: Move vbo draw functions into dd_function_table.
Mathias Fröhlich
2018-03-22
1
-0
/
+4
*
st/mesa: add compiler/nir/ prefix for nir includes
Emil Velikov
2018-03-20
1
-2
/
+2
[next]