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
/
gallium
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/vc4: PIPE_CAP_VIDEO_MEMORY return the amount of system ram
Emil Velikov
2014-08-15
1
-3
/
+9
*
vc4: Add support for blending.
Eric Anholt
2014-08-15
5
-12
/
+199
*
vc4: Drop incorrect attempt to incorrectly invert the primconvert hw_mask.
Eric Anholt
2014-08-15
1
-1
/
+1
*
vc4: Use cl_f() instead of cl_u32(fui())
Eric Anholt
2014-08-15
1
-6
/
+6
*
vc4: Consistently use qir_uniform_f().
Eric Anholt
2014-08-15
1
-7
/
+6
*
vc4: Consume the implicit varyings for points and lines.
Eric Anholt
2014-08-15
3
-12
/
+33
*
vc4: Move the deref of the color buffer for simulator into the simulator.
Eric Anholt
2014-08-15
3
-8
/
+4
*
gallium/softpipe/llvmpipe: handle query_renderer caps
Emil Velikov
2014-08-15
2
-0
/
+38
*
gallium/svga: handle query_rendered caps
Emil Velikov
2014-08-15
1
-0
/
+12
*
gallium/nouveau: handle query_renderer caps
Emil Velikov
2014-08-15
3
-9
/
+61
*
gallium/vc4: handle query_renderer caps
Emil Velikov
2014-08-15
1
-0
/
+12
*
gallium/r300/r600/radeonsi: handle query_renderer caps
Emil Velikov
2014-08-15
3
-0
/
+33
*
gallium/ilo: handle query_renderer caps
Emil Velikov
2014-08-15
2
-1
/
+25
*
gallium/i915: handle query_renderer caps
Emil Velikov
2014-08-15
2
-0
/
+28
*
gallium/freedreno: handle query_renderer caps
Emil Velikov
2014-08-15
1
-0
/
+12
*
r600g: Implement ARB_derivative_control
Glenn Kennard
2014-08-15
2
-10
/
+12
*
nv50,nvc0: add support for fine derivatives
Ilia Mirkin
2014-08-14
3
-2
/
+6
*
gallium: add opcodes/cap for fine derivative support
Ilia Mirkin
2014-08-14
13
-0
/
+13
*
r600g: Implement BPTC texture support
Glenn Kennard
2014-08-15
1
-0
/
+24
*
radeonsi: implement BPTC texture support
Grigori Goronzy
2014-08-14
1
-0
/
+20
*
radeonsi: fix buffer invalidation of unbound texture buffer objects
Marek Olšák
2014-08-14
3
-7
/
+17
*
r600g: implement invalidation of texture buffer objects
Marek Olšák
2014-08-14
5
-5
/
+51
*
r600g: fix constant buffer fetches
Marek Olšák
2014-08-14
1
-0
/
+1
*
r600g: clear constant buffer sizes at the beginning of CS
Marek Olšák
2014-08-14
3
-87
/
+49
*
svga: remove some unneeded INLINE qualifiers
Brian Paul
2014-08-14
3
-5
/
+5
*
r300g: Fix bug in build_loop_info()/compiler v2
Tom Stellard
2014-08-13
1
-11
/
+23
*
radeonsi/compute: Stop leaking the input buffer
Tom Stellard
2014-08-13
1
-7
/
+14
*
radeonsi/compute: Whitespace fixes
Tom Stellard
2014-08-13
1
-2
/
+1
*
radeonsi/compute: Call si_pm4_free_state() after emitting compute state
Tom Stellard
2014-08-13
1
-1
/
+1
*
radeonsi/compute: Update reference counts for buffers in si_set_global_binding()
Tom Stellard
2014-08-13
1
-2
/
+2
*
radeon/compute: Report a value for PIPE_SHADER_CAP_MAX_CONST_BUFFER_SIZE
Tom Stellard
2014-08-13
2
-1
/
+17
*
radeon/compute: Fix reported values for MAX_GLOBAL_SIZE and MAX_MEM_ALLOC_SIZE
Tom Stellard
2014-08-13
1
-13
/
+19
*
ra: cleanup the public API
Connor Abbott
2014-08-13
1
-1
/
+1
*
nvc0: increase GLSL level to 400 to enable ARB_gpu_shader5
Ilia Mirkin
2014-08-13
1
-1
/
+1
*
automake: compact gallium/drivers and gallium/winsys makefiles
Emil Velikov
2014-08-13
1
-100
/
+0
*
android: gallium/freedreno: add preliminary build
Emil Velikov
2014-08-13
1
-0
/
+44
*
automake: gallium/freedreno: drop spurious include dirs
Emil Velikov
2014-08-13
2
-4
/
+2
*
android: gallium/radeon: attempt to fix the android build
Paulo Sergio Travaglia
2014-08-13
4
-4
/
+41
*
android: gallium/nouveau: fix include folders, link against libstlport
Emil Velikov
2014-08-13
1
-4
/
+5
*
nvc0: add BPTC format support
Ilia Mirkin
2014-08-12
1
-0
/
+7
*
softpipe,llvmpipe: mark BPTC formats as unsupported
Ilia Mirkin
2014-08-12
2
-0
/
+10
*
vc4: Drop the dump_fbo() routine.
Eric Anholt
2014-08-12
1
-50
/
+0
*
vc4: Claim the GL 2.1 minimum for 3D textures.
Eric Anholt
2014-08-12
1
-1
/
+2
*
vc4: Declare what vertex formats we actually support.
Eric Anholt
2014-08-12
1
-2
/
+7
*
vc4: Stash some debug code for format support checks.
Eric Anholt
2014-08-12
1
-0
/
+9
*
vc4: Texture format support has nothing to do with VBO format support.
Eric Anholt
2014-08-12
1
-2
/
+1
*
vc4: Fix off-by-one in texture maximum levels.
Eric Anholt
2014-08-12
1
-1
/
+1
*
vc4: Add support for the FLR opcode.
Eric Anholt
2014-08-12
1
-0
/
+18
*
gallium/r300: Fix a link error in the tests
Jason Ekstrand
2014-08-12
1
-1
/
+1
*
svga: Add a limit to the maximum surface size
Charmaine Lee
2014-08-12
5
-5
/
+71
[next]