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
Commit message (
Expand
)
Author
Age
Files
Lines
*
nv50,nvc0: add support for fine derivatives
Ilia Mirkin
2014-08-14
3
-2
/
+6
*
mesa/st: add support for emitting fine derivative opcodes
Ilia Mirkin
2014-08-14
2
-2
/
+10
*
gallium: add opcodes/cap for fine derivative support
Ilia Mirkin
2014-08-14
19
-5
/
+34
*
mesa/program: add new derivative unops to the unexpected list
Ilia Mirkin
2014-08-14
1
-0
/
+4
*
glsl: add ARB_derivative control support
Ilia Mirkin
2014-08-14
8
-0
/
+74
*
mesa: add ARB_derivative_control extension bit
Ilia Mirkin
2014-08-14
2
-0
/
+2
*
mesa: add ARB_texture_barrier support
Ilia Mirkin
2014-08-14
4
-0
/
+19
*
r600g: Implement BPTC texture support
Glenn Kennard
2014-08-15
1
-0
/
+24
*
i965: Rename intelValidateState to intel_update_state
Kristian Høgsberg
2014-08-14
2
-9
/
+7
*
i965: Assign PS kernel start pointers when we decide which kernels to use
Kristian Høgsberg
2014-08-14
3
-23
/
+28
*
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
*
egl_dri2: fix EXT_image_dma_buf_import fds
Pekka Paalanen
2014-08-14
1
-31
/
+6
*
i965: fix compiler error in union initiliazer
Pekka Paalanen
2014-08-14
2
-2
/
+2
*
i965: Bail on FS copy propagation for scratch writes with source modifiers
Anuj Phogat
2014-08-14
1
-0
/
+4
*
i965: Bail on vec4 copy propagation for scratch writes with source modifiers
Anuj Phogat
2014-08-14
1
-0
/
+4
*
glsl: Fixed vectorize pass vs. texture lookups.
Aras Pranckevicius
2014-08-14
1
-0
/
+13
*
ra: move declarations before code to fix MSVC build
Brian Paul
2014-08-14
1
-2
/
+2
*
svga: remove some unneeded INLINE qualifiers
Brian Paul
2014-08-14
3
-5
/
+5
*
i965: Store uniform constant values in a gl_constant_value instead of float
Neil Roberts
2014-08-14
13
-42
/
+55
*
st/vdpau: add device reference counting
Christian König
2014-08-14
8
-11
/
+46
*
mesa: Make ARB_gpu_shader5 core-profile-only
Chris Forbes
2014-08-14
1
-1
/
+1
*
nouveau: force luminance clear colors to have the same g/b values as r
Ilia Mirkin
2014-08-14
2
-4
/
+21
*
i965: Enable INTDIV in SIMD16 mode.
Kenneth Graunke
2014-08-13
2
-14
/
+2
*
i965/fs: Drop "do dual source blending" generator parameter.
Kenneth Graunke
2014-08-13
4
-7
/
+3
*
mesa/texstore: Don't use the _mesa_swizzle_and_convert if we need transfer ops
Jason Ekstrand
2014-08-13
1
-0
/
+3
*
hud: don't overrun malloced arrays
Dave Airlie
2014-08-14
1
-0
/
+1
*
mesa: fix texstore with GL_COLOR_INDEX data
Roland Scheidegger
2014-08-14
1
-0
/
+3
*
winsys/radeon: fix hawaii accel_working2 comment
Andreas Boll
2014-08-13
1
-1
/
+1
*
r300g: Fix bug in build_loop_info()/compiler v2
Tom Stellard
2014-08-13
1
-11
/
+23
*
clover: Flush the command queue in clReleaseCommandQueue()
Tom Stellard
2014-08-13
1
-1
/
+5
*
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: optimistically color only one node at a time
Connor Abbott
2014-08-13
1
-35
/
+22
*
ra: don't consider nodes for spilling we don't need to
Connor Abbott
2014-08-13
1
-40
/
+11
*
ra: make the p, q test more efficient
Connor Abbott
2014-08-13
1
-7
/
+26
*
ra: cleanup the public API
Connor Abbott
2014-08-13
5
-13
/
+10
*
nouveau: only try to get new storage if there are any levels
Ilia Mirkin
2014-08-13
1
-10
/
+13
*
nouveau: add emacs dir-locals file for tabs/8-space indents
Ilia Mirkin
2014-08-13
1
-0
/
+8
*
nvc0: increase GLSL level to 400 to enable ARB_gpu_shader5
Ilia Mirkin
2014-08-13
1
-1
/
+1
*
mesa/st: enable ARB_gpu_shader5 if the reported GLSL version >= 400
Ilia Mirkin
2014-08-13
1
-0
/
+3
*
android: megadriver_stub: prefix static libraries with libmesa_
Emil Velikov
2014-08-13
2
-3
/
+3
*
android: loader: prefix static libraries with libmesa_*
Emil Velikov
2014-08-13
3
-4
/
+4
[next]