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
*
clover: Fix build on i386.
Francisco Jerez
2012-05-12
1
-1
/
+2
*
clover: Check the total work-group size provided to clEnqueueNDRangeKernel.
Francisco Jerez
2012-05-12
1
-10
/
+17
*
clover, gallium: add PIPE_COMPUTE_CAP_MAX_THREADS_PER_BLOCK
Christoph Bumiller
2012-05-12
5
-1
/
+15
*
r600g: Handle compute caps.
Francisco Jerez
2012-05-12
1
-0
/
+3
*
r300g: Handle compute caps.
Francisco Jerez
2012-05-12
1
-0
/
+5
*
auxiliary/util: Ensure pipe_constant_buffer::user_buffer is initialized.
José Fonseca
2012-05-12
1
-0
/
+1
*
scons: Fix missing gbm symbols in st/egl.
José Fonseca
2012-05-12
1
-3
/
+5
*
targets/egl-static: Fix some missing symbols.
José Fonseca
2012-05-12
1
-0
/
+2
*
trace: Fix pipe_context::clear dumping.
José Fonseca
2012-05-12
1
-1
/
+3
*
trace: Fix pipe_shader_state dumping.
José Fonseca
2012-05-12
1
-2
/
+4
*
scons: Link r600_drm.so against libdrm-radeon
José Fonseca
2012-05-12
1
-0
/
+3
*
trace: Match NULL context members.
José Fonseca
2012-05-12
1
-73
/
+79
*
gallium/docs: remove documentation of redefine_user_buffer
Marek Olšák
2012-05-12
1
-14
/
+0
*
radeonsi: Fixed point vertex formats aren't supported.
Michel Dänzer
2012-05-12
1
-4
/
+5
*
radeonsi: Fixups for recent build infrastructure changes.
Michel Dänzer
2012-05-12
2
-0
/
+13
*
r600g: setup COLOR1 for possible dual-src in the framebuffer bind
Dave Airlie
2012-05-12
4
-15
/
+12
*
nv30: Silence pipe_cap warnings
Roy Spliet
2012-05-12
1
-0
/
+4
*
nv30/shader: SSG, LIT only requires one source register
Roy Spliet
2012-05-12
2
-2
/
+2
*
nouveau/vieux: finish != flush, how about we do that..
Ben Skeggs
2012-05-12
3
-0
/
+23
*
r300g/swtcl: move vertex buffer updates into set_vertex_buffers
Marek Olšák
2012-05-12
2
-29
/
+34
*
r300g/swtcl: move index buffer updates from swtcl_draw_vbo into set_index_buffer
Marek Olšák
2012-05-12
2
-15
/
+24
*
r300g/swtcl: malloc vertex and index buffers (don't use radeon DRM to get them)
Marek Olšák
2012-05-12
4
-43
/
+23
*
r300g/swtcl: don't do stuff which is only for HWTCL
Marek Olšák
2012-05-12
2
-13
/
+19
*
r300g: remove slab allocator for pipe_resource (used mainly for user buffers)
Marek Olšák
2012-05-12
4
-45
/
+3
*
r300g: remove user_buffer_create
Marek Olšák
2012-05-12
3
-32
/
+0
*
r300g: fix breakage after gallium-userbuf merge
Marek Olšák
2012-05-12
2
-18
/
+32
*
llvmpipe: add cast to silence warning
Brian Paul
2012-05-11
1
-1
/
+2
*
vega: fix 565 color unpacking bug
Andreas Betz
2012-05-11
1
-2
/
+2
*
mesa: add DEBUG_INCOMPLETE_TEXTURE, DEBUG_INCOMPLETE_FBO flags
Brian Paul
2012-05-11
4
-24
/
+21
*
mesa: implement DEBUG_ALWAYS_FLUSH debug option
Brian Paul
2012-05-11
3
-0
/
+32
*
mesa: define DEBUG_SILENT flag, use in output_if_debug()
Brian Paul
2012-05-11
3
-12
/
+13
*
mesa: clean-up the debug/verbose flag setup code
Brian Paul
2012-05-11
1
-26
/
+46
*
mesa: do FLUSH_VERTICES() in _mesa_flush/finish()
Brian Paul
2012-05-11
1
-2
/
+4
*
mesa: fix glMaterial / dlist bug
Brian Paul
2012-05-11
3
-58
/
+152
*
mesa: fix/add error check in _mesa_ColorMaterial()
Brian Paul
2012-05-11
1
-0
/
+2
*
radeon/llvm: More comments and cleanups
Tom Stellard
2012-05-11
22
-163
/
+190
*
gallivm: Fix copy'n'paste typo bug translating CEIL opcode.
José Fonseca
2012-05-11
1
-2
/
+2
*
r600g: assume DISCARD_WHOLE_RESOURCE is always used with WRITE
Marek Olšák
2012-05-11
1
-6
/
+5
*
Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa
Marek Olšák
2012-05-11
1
-1
/
+3
|
\
|
*
radeon/llvm: Fix Evergreen/Cayman tablegen predicates
Tom Stellard
2012-05-11
1
-1
/
+3
*
|
Merge branch 'gallium-userbuf'
Marek Olšák
2012-05-11
91
-817
/
+710
|
\
\
|
|
/
|
/
|
|
*
svga: check for and skip null vertex buffer pointers
Brian Paul
2012-05-01
1
-8
/
+12
|
*
softpipe: cast away const to silence warning
Brian Paul
2012-05-01
1
-1
/
+2
|
*
svga: cast away const to silence warning
Brian Paul
2012-05-01
1
-1
/
+2
|
*
u_vbuf: set user buffer pointer for drivers which support user buffers
Marek Olšák
2012-05-01
1
-0
/
+2
|
*
st/mesa: unmap upload buffer after uploading indices and constants
Marek Olšák
2012-04-30
2
-0
/
+2
|
*
st/xorg: don't use user_buffer_create
Marek Olšák
2012-04-30
1
-51
/
+16
|
*
st/xa: don't use user_buffer_create
Marek Olšák
2012-04-30
1
-44
/
+15
|
*
st/vega: don't use user_buffer_create
Marek Olšák
2012-04-30
4
-36
/
+34
|
*
st/vega: use cso_draw_arrays
Marek Olšák
2012-04-30
1
-3
/
+3
[next]