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
*
i965/fs: Add support for copy propagation.
Eric Anholt
2012-05-14
5
-0
/
+143
*
i965/fs: When doing no work for live interval calculation, do no allocation.
Eric Anholt
2012-05-14
1
-7
/
+7
*
i965/gen7: Set tile_x/y to 0 in the no-stencil case.
Eric Anholt
2012-05-14
1
-1
/
+1
*
intel: Fix signed/unsigned comparison warnings.
Eric Anholt
2012-05-14
2
-5
/
+6
*
intel: Fix compile warning from 7b6424143d8bf572cadd46adcbaa91d2a5598635
Eric Anholt
2012-05-14
1
-2
/
+2
*
intel: Fix compiler warning from 3cd7bee48f7caf7850ea64d40f43875d4c975507
Eric Anholt
2012-05-14
1
-2
/
+0
*
i965/fs: Add a local common subexpression elimination pass.
Kenneth Graunke
2012-05-14
4
-0
/
+201
*
i965/fs: Use a const reference in fs_reg::equals instead of a pointer.
Kenneth Graunke
2012-05-14
3
-16
/
+16
*
mesa: print the Git SHA1 in GL_VERSION for ES1 and ES2.
Oliver McFadden
2012-05-14
1
-2
/
+10
*
mesa: GLES specifies restrictions on uniform matrix transpose.
Oliver McFadden
2012-05-14
1
-0
/
+10
*
radeonsi: Keep around copies of original sampler states.
Michel Dänzer
2012-05-14
1
-0
/
+2
*
radeonsi: Flesh out shader interpolation related code.
Michel Dänzer
2012-05-14
3
-4
/
+38
*
radeonsi: Add proper SI family names.
Michel Dänzer
2012-05-14
1
-1
/
+3
*
radeonsi: Separate states for samplers and sampler views.
Michel Dänzer
2012-05-14
2
-3
/
+6
*
radeonsi: Fixups for drawing with an index buffer.
Michel Dänzer
2012-05-14
3
-14
/
+13
*
vl: Initialize pipe_vertex_buffer.user_buffer fields.
Vinson Lee
2012-05-14
1
-0
/
+4
*
llvmpipe: Calculate fixed point coordinates for triangle setup earlier.
James Benton
2012-05-14
1
-56
/
+106
*
radeon/llvm: Coding style fixes for R600CodeEmitter.cpp
Tom Stellard
2012-05-14
1
-148
/
+90
*
radeon/llvm: Lower bitcast instructions to copies
Tom Stellard
2012-05-14
1
-0
/
+10
*
radeonsi: remove slab allocator for pipe_resource (used mainly for user buffers)
Marek Olšák
2012-05-13
3
-41
/
+3
*
r600g: remove slab allocator for pipe_resource (used mainly for user buffers)
Marek Olšák
2012-05-13
3
-41
/
+4
*
r600g: handle R16G16B16_FLOAT and R32G32B32_FLOAT in translate_colorswap (EG)
Marek Olšák
2012-05-12
1
-0
/
+2
*
gallium: remove user_buffer_create from the interface
Marek Olšák
2012-05-12
21
-233
/
+1
*
gallium/graw: stop using user_buffer_create
Marek Olšák
2012-05-12
16
-73
/
+106
*
gallium/util: remove unused parameter nr_vertex_buffers in util_draw_max_index
Marek Olšák
2012-05-12
3
-3
/
+0
*
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
3
-0
/
+15
*
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
[next]