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
*
haiku: Clean up code, use target-helpers
Alexander von Gluck IV
2013-10-04
1
-10
/
+6
*
haiku: Drop haiku-softpipe.c; fix extern C
Alexander von Gluck IV
2013-10-04
4
-103
/
+1
*
haiku: Correct Haiku softpipe library
Alexander von Gluck IV
2013-10-04
1
-1
/
+1
*
haiku: Add first Haiku renderer (softpipe)
Alexander von Gluck IV
2013-10-04
9
-5
/
+1249
*
haiku: Build Haiku's libGL from within Mesa
Alexander von Gluck IV
2013-10-04
8
-0
/
+1242
*
glsl: Define isnormal for Oracle Solaris Studio.
Vinson Lee
2013-10-04
1
-0
/
+6
*
r600g: texture offsets for non-TXF instructions
Grigori Goronzy
2013-10-04
1
-10
/
+10
*
r600g: remove an assertion causing a crash at context cleanup
Marek Olšák
2013-10-04
1
-1
/
+0
*
r300g: remove unused function r300_lacks_vertex_textures
Marek Olšák
2013-10-04
1
-7
/
+0
*
mesa: Don't return any data for GL_SHADER_BINARY_FORMATS
Ian Romanick
2013-10-04
1
-1
/
+1
*
svga: fix incorrect memcpy src in svga_buffer_upload_piecewise()
Brian Paul
2013-10-04
1
-1
/
+1
*
util: when packing depth values, round to nearest.
Matthew McClure
2013-10-04
2
-4
/
+56
*
radeonsi/compute: Fix segfault caused by recent refactoring
Tom Stellard
2013-10-03
2
-2
/
+6
*
radeonsi: Fix build
Brian Paul
2013-10-03
1
-3
/
+3
*
radeonsi/compute: fix bind_compute_sampler_states() breakage
Brian Paul
2013-10-03
1
-6
/
+0
*
i965/fs: Improve accuracy of dFdy() to match dFdx().
Paul Berry
2013-10-03
2
-20
/
+62
*
gallium/tests: fix SHADER typo
Brian Paul
2013-10-03
1
-1
/
+1
*
gallium-egl: use standard variable types over EGLBoolean/EGLint
Emil Velikov
2013-10-03
1
-9
/
+9
*
gallium: remove old bind_*_sampler_states() functions
Brian Paul
2013-10-03
1
-15
/
+0
*
gallium/docs: update bind_sampler_states() documentation
Brian Paul
2013-10-03
1
-5
/
+6
*
cso: make sure all sampler states are set/cleared
Brian Paul
2013-10-03
1
-2
/
+9
*
freedreno: use new bind_sampler_states() function
Brian Paul
2013-10-03
1
-21
/
+19
*
svga: don't hook in old bind_fragment_sampler_states() functions
Brian Paul
2013-10-03
1
-9
/
+0
*
radeon: don't use old bind_vertex/fragment_sampler_states() hooks
Brian Paul
2013-10-03
4
-53
/
+6
*
i915g: remove old bind_vertex/fragment_sampler_states() hooks
Brian Paul
2013-10-03
1
-2
/
+0
*
noop: remove old bind_*_sampler_states() functions
Brian Paul
2013-10-03
1
-6
/
+0
*
galahad: remove old bind_*_sampler_states() functions
Brian Paul
2013-10-03
1
-50
/
+1
*
vl: remove old bind_fragment_sampler_states() calls
Brian Paul
2013-10-03
7
-47
/
+17
*
util: remove old bind_fragment_sampler_states() calls from blitter code
Brian Paul
2013-10-03
1
-22
/
+9
*
draw: remove use of old bind_fragment_sampler_states()
Brian Paul
2013-10-03
2
-82
/
+13
*
nouveau: remove old bind_*_sampler_states() functions
Brian Paul
2013-10-03
4
-36
/
+0
*
cso: remove use of old bind_*_sampler_states() functions
Brian Paul
2013-10-03
1
-31
/
+3
*
rbug: remove old bind_*_sampler_states() functions
Brian Paul
2013-10-03
1
-53
/
+1
*
identity: remove old bind_*_sampler_states() functions
Brian Paul
2013-10-03
1
-41
/
+1
*
trace: remove old bind_*_sampler_states() functions
Brian Paul
2013-10-03
1
-75
/
+7
*
ilo: don't hook up old bind_*_sampler_states() functions
Brian Paul
2013-10-03
1
-4
/
+0
*
llvmpipe: remove old bind_*_sampler_states() functions
Brian Paul
2013-10-03
1
-26
/
+0
*
softpipe: remove old bind_*_sampler_states() functions
Brian Paul
2013-10-03
1
-31
/
+0
*
clover: remove bind_compute_sampler_states() calls
Brian Paul
2013-10-03
1
-8
/
+6
*
gallium/tests: use pipe_context::bind_sampler_states()
Brian Paul
2013-10-03
8
-9
/
+13
*
gallium/tools: update dump_state.py to use bind_sampler_states()
Brian Paul
2013-10-03
1
-8
/
+3
*
nouveau: implement pipe_context::bind_sampler_states()
Brian Paul
2013-10-03
6
-2
/
+76
*
softpipe: implement pipe_context::bind_sampler_states()
Brian Paul
2013-10-03
1
-0
/
+1
*
radeon: implement pipe_context::bind_sampler_states()
Brian Paul
2013-10-03
3
-0
/
+49
*
svga: implement pipe_context::bind_sampler_states()
Brian Paul
2013-10-03
1
-0
/
+1
*
trace: implement pipe_context::bind_sampler_states()
Brian Paul
2013-10-03
1
-28
/
+42
*
rbug: implement pipe_context::bind_sampler_states()
Brian Paul
2013-10-03
1
-0
/
+34
*
noop: implement pipe_context::bind_sampler_states()
Brian Paul
2013-10-03
1
-0
/
+7
*
llvmpipe: implement pipe_context::bind_sampler_states()
Brian Paul
2013-10-03
1
-0
/
+1
*
ilo: implement pipe_context::bind_sampler_states()
Brian Paul
2013-10-03
1
-0
/
+21
[next]