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
*
nv50,nvc0: enable ARB_texture_view
Ilia Mirkin
2014-09-12
6
-7
/
+69
*
mesa/st: add ARB_texture_view support
Ilia Mirkin
2014-09-12
6
-18
/
+105
*
gallium: add a texture target to sampler view and a CAP to use it
Ilia Mirkin
2014-09-12
17
-0
/
+20
*
nouveau: only enable stencil func if the visual has stencil bits
Ilia Mirkin
2014-09-12
2
-2
/
+2
*
nouveau: only enable the depth test if there actually is a depth buffer
Ilia Mirkin
2014-09-12
5
-4
/
+9
*
nouveau: remove unneeded assert
Maarten Lankhorst
2014-09-11
1
-1
/
+0
*
nouveau: rework reference frame handling
Maarten Lankhorst
2014-09-11
3
-4
/
+37
*
nouveau: fix MPEG4 hw decoding
Maarten Lankhorst
2014-09-11
1
-3
/
+3
*
nouveau: re-allocate bo's on overflow
Maarten Lankhorst
2014-09-11
4
-11
/
+87
*
ilo: fix a compile error with -Werror=format-security
Chia-I Wu
2014-09-12
1
-1
/
+1
*
i965/vec4: Only examine virtual_grf_end for GRF sources
Ian Romanick
2014-09-11
1
-8
/
+12
*
st/mesa: handle failed context creation for core profile
Brian Paul
2014-09-11
2
-34
/
+53
*
i965: Implement GL_PRIMITIVES_GENERATED with non-zero streams.
Iago Toral Quiroga
2014-09-11
1
-4
/
+9
*
radeon/uvd: use PIPE_USAGE_STAGING for msg&fb buffers
Christian König
2014-09-11
1
-1
/
+1
*
radeon/video: use the hw to initial clear the buffers
Christian König
2014-09-11
3
-10
/
+8
*
radeon/video: use more of the common buffer code v2
Christian König
2014-09-11
6
-67
/
+62
*
scons: add /dynamicbase and /nxcompat to MinGW linkflags
José Fonseca
2014-09-11
1
-2
/
+6
*
scons: add /dynamicbase and /nxcompat to MSVC linkflags
Brian Paul
2014-09-11
1
-0
/
+2
*
ilo: add a new disassembler
Chia-I Wu
2014-09-11
3
-4444
/
+1352
*
ilo: update genhw headers
Chia-I Wu
2014-09-11
11
-247
/
+203
*
glsl: allow precision qualifier on sampler arrays
Frank Henigman
2014-09-11
1
-34
/
+41
*
glsl: mark variable as loop constant when it is set read only
Tapani Pälli
2014-09-11
1
-7
/
+2
*
radeonsi: Simplify si_dma_copy_tile function
Michel Dänzer
2014-09-11
1
-62
/
+41
*
u_vbuf: simple whitespace fix
Brian Paul
2014-09-10
1
-1
/
+2
*
mesa: fix UNCLAMPED_FLOAT_TO_UBYTE() macro for MSVC
Brian Paul
2014-09-10
1
-4
/
+4
*
mesa: trim down some #includes
Brian Paul
2014-09-10
7
-12
/
+2
*
pipe-loader: Include unistd.h in pipe_loader_drm.c for close function.
Vinson Lee
2014-09-10
1
-0
/
+1
*
i965: Disable guardband clipping in the smaller-than-viewport case.
Kenneth Graunke
2014-09-10
1
-0
/
+31
*
i965: Request lowering gl_VertexID
Ian Romanick
2014-09-10
1
-0
/
+1
*
i965: Expose gl_BaseVertex via a vertex attribute.
Kenneth Graunke
2014-09-10
3
-20
/
+65
*
i965: Refactor Gen4-7 VERTEX_BUFFER_STATE emission into a helper.
Kenneth Graunke
2014-09-10
1
-30
/
+47
*
i965: Make gl_BaseVertex available in a buffer object.
Kenneth Graunke
2014-09-10
3
-0
/
+31
*
i965: Calculate start/base_vertex_location after preparing vertices.
Kenneth Graunke
2014-09-10
6
-12
/
+34
*
i965: Handle SYSTEM_VALUE_VERTEX_ID_ZERO_BASE
Ian Romanick
2014-09-10
1
-0
/
+1
*
mesa: Fix glGetActiveAttribute for gl_VertexID when lowered.
Kenneth Graunke
2014-09-10
1
-1
/
+13
*
mesa: Replace string comparisons with SYSTEM_VALUE enum checks.
Kenneth Graunke
2014-09-10
1
-2
/
+2
*
glsl: Add a lowering pass for gl_VertexID
Ian Romanick
2014-09-10
6
-0
/
+165
*
glsl/linker: Make get_main_function_signature public
Ian Romanick
2014-09-10
2
-4
/
+8
*
mesa: Add SYSTEM_VALUE_BASE_VERTEX
Ian Romanick
2014-09-10
2
-1
/
+15
*
mesa: Add SYSTEM_VALUE_VERTEX_ID_ZERO_BASE
Ian Romanick
2014-09-10
2
-0
/
+13
*
mesa: Document SYSTEM_VALUE_VERTEX_ID and SYSTEM_VALUE_INSTANCE_ID
Ian Romanick
2014-09-10
1
-0
/
+57
*
configure.ac: unbreak the build with non gnu grep
Jonathan Gray
2014-09-10
1
-1
/
+1
*
vc4: Add support for shadow samplers.
Eric Anholt
2014-09-09
1
-3
/
+58
*
vc4: Add support for texture swizzles.
Eric Anholt
2014-09-09
1
-1
/
+8
*
vc4: Move the texture format into a struct.
Eric Anholt
2014-09-09
1
-3
/
+5
*
vc4: Add support for depth texturing.
Eric Anholt
2014-09-09
1
-3
/
+13
*
vc4: Expose r4 to register allocation.
Eric Anholt
2014-09-09
4
-23
/
+49
*
vc4: Drop pointless raddr conflict handling on SF.
Eric Anholt
2014-09-09
1
-1
/
+0
*
vc4: The r4_count is supposed to be how many writes, not reads.
Eric Anholt
2014-09-09
1
-1
/
+1
*
r600g,radeonsi: Set RADEON_GEM_NO_CPU_ACCESS flag for tiled BOs
Michel Dänzer
2014-09-10
3
-5
/
+13
[next]