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
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Fix PBO cache coherency issue after _mesa_meta_pbo_GetTexSubImage().
Francisco Jerez
2015-05-13
2
-2
/
+31
*
i965/fs: set execution size to 8 with simd8 ddy instruction
Tapani Pälli
2015-05-13
1
-0
/
+1
*
i965/cs: drop explicit initialisers in C++ file
Dave Airlie
2015-05-13
1
-4
/
+6
*
st/mesa: update stencil surface if it comes from texture
Ilia Mirkin
2015-05-12
1
-1
/
+4
*
st/mesa: translate st_api robustness flags to gl_context flags
Marek Olšák
2015-05-12
1
-0
/
+4
*
st/mesa: implement GetGraphicsResetStatus
Marek Olšák
2015-05-12
4
-6
/
+42
*
i965/fs: Have component() set the register stride to zero.
Francisco Jerez
2015-05-12
1
-0
/
+1
*
i965/fs: Fix offset() for registers with zero stride.
Francisco Jerez
2015-05-12
1
-2
/
+3
*
i965: Don't forget the force_sechalf flag in lower_load_payload().
Francisco Jerez
2015-05-12
1
-0
/
+1
*
i965: Document brw_mask_reg().
Francisco Jerez
2015-05-12
1
-1
/
+5
*
i965: Use predicate enable bit for conditional rendering w/o stalling
Neil Roberts
2015-05-12
9
-12
/
+240
*
i956: Add a function to load a 64-bit register from a buffer
Neil Roberts
2015-05-12
2
-14
/
+46
*
i965: Store the command parser version number in intel_screen
Neil Roberts
2015-05-12
2
-1
/
+14
*
st/mesa: make sure to create a "clean" bool when doing i2b
Ilia Mirkin
2015-05-11
1
-1
/
+1
*
i965/fs: Add missing initializer in fs_visitor().
Matt Turner
2015-05-11
1
-1
/
+1
*
egl/swrast: Enable config extension for swrast
Axel Davy
2015-05-11
1
-0
/
+1
*
i965/fs: Disable opt_sampler_eot for textureGather
Neil Roberts
2015-05-11
1
-0
/
+10
*
mesa: use _mesa_has_compute_shaders instead of extension check
Tapani Pälli
2015-05-11
1
-1
/
+3
*
main: glGetIntegeri_v fails for GL_VERTEX_BINDING_STRIDE
Marta Lofstedt
2015-05-11
1
-0
/
+1
*
util: Move gallium's linked list to util
Jason Ekstrand
2015-05-08
1
-1
/
+1
*
nir: Delete all traces of nir_op_flog
Ian Romanick
2015-05-08
1
-3
/
+0
*
nir: Delete all traces of nir_op_fexp
Ian Romanick
2015-05-08
1
-1
/
+0
*
prog_to_nir: OPCODE_EXP is not nir_op_fexp
Ian Romanick
2015-05-08
1
-1
/
+1
*
i965/fs: Improve a comment about stripping trailing zeroes
Neil Roberts
2015-05-08
1
-3
/
+6
*
mesa: Implement GetVertexArrayIndexed[64]iv
Fredrik Höglund
2015-05-08
3
-0
/
+129
*
mesa: Add support for querying GL_VERTEX_ATTRIB_ARRAY_LONG
Fredrik Höglund
2015-05-08
1
-0
/
+5
*
mesa: Add a vao parameter to get_vertex_array_attrib
Fredrik Höglund
2015-05-08
1
-9
/
+16
*
mesa: Implement GetVertexArrayiv
Fredrik Höglund
2015-05-08
3
-0
/
+37
*
mesa: Implement VertexArrayBindingDivisor
Fredrik Höglund
2015-05-08
3
-16
/
+52
*
mesa: Add a vao parameter to vertex_binding_divisor
Fredrik Höglund
2015-05-08
1
-4
/
+6
*
mesa: Implement VertexArrayAttribBinding
Fredrik Höglund
2015-05-08
3
-22
/
+60
*
mesa: Add a vao parameter to vertex_attrib_binding
Fredrik Höglund
2015-05-08
1
-6
/
+9
*
mesa: Implement VertexArrayAttrib[I|L]Format
Fredrik Höglund
2015-05-08
3
-0
/
+97
*
mesa: Add a vao parameter to update_array_format
Fredrik Höglund
2015-05-08
1
-7
/
+10
*
mesa: Refactor VertexAttrib[I|L]Format
Fredrik Höglund
2015-05-08
1
-100
/
+49
*
mesa: Implement VertexArrayVertexBuffers
Fredrik Höglund
2015-05-08
3
-27
/
+69
*
mesa: Implement VertexArrayVertexBuffer
Fredrik Höglund
2015-05-08
3
-25
/
+63
*
mesa: Add a vao parameter to bind_vertex_buffer
Fredrik Höglund
2015-05-08
1
-8
/
+10
*
mesa: Implement VertexArrayElementBuffer
Fredrik Höglund
2015-05-08
3
-0
/
+44
*
mesa: Implement EnableVertexArrayAttrib
Fredrik Höglund
2015-05-08
3
-9
/
+42
*
mesa: Implement DisableVertexArrayAttrib
Fredrik Höglund
2015-05-08
3
-9
/
+41
*
mesa: Keep track of the last looked-up VAO
Fredrik Höglund
2015-05-08
2
-13
/
+27
*
mesa: Add _mesa_lookup_vao_err
Fredrik Höglund
2015-05-08
2
-0
/
+50
*
mesa: Implement CreateVertexArrays
Fredrik Höglund
2015-05-08
3
-8
/
+31
*
i965/skl: In opt_sampler_eot always set destination register to null
Neil Roberts
2015-05-08
1
-1
/
+1
*
i965/fs: Set the header_size on LOAD_PAYLOAD in opt_sampler_eot
Neil Roberts
2015-05-08
1
-0
/
+1
*
st/mesa: add double input support including lowering (v3.1)
Dave Airlie
2015-05-08
5
-45
/
+164
*
mesa/vbo: add support for 64-bit vertex attributes. (v1)
Dave Airlie
2015-05-08
13
-55
/
+377
*
glsl: track which program inputs are doubles
Dave Airlie
2015-05-08
1
-0
/
+1
*
mesa: add ARB_vertex_attrib_64bit to extensions. (v2)
Dave Airlie
2015-05-08
3
-1
/
+3
[next]