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
*
scons: Move texenvprogram.c to ff_fragment_shader.cpp.
Vinson Lee
2011-03-11
1
-1
/
+1
*
i965: Use the fixed function GLSL program instead of the ARB program.
Eric Anholt
2011-03-11
2
-5
/
+5
*
mesa: Track a computed _CurrentFragmentProgram for current gl_shader_program
Eric Anholt
2011-03-11
2
-4
/
+10
*
mesa: Convert fixed function fragment program generator to GLSL IR.
Eric Anholt
2011-03-11
4
-783
/
+668
*
mesa: Add gl_MESAFogParamsOptimized for our special pre-computed fog params.
Eric Anholt
2011-03-11
2
-0
/
+6
*
mesa: Add a builtin uniform for the ATI_envmap_bumpmap rotation matrix.
Eric Anholt
2011-03-11
2
-0
/
+15
*
mesa: Move texenvprogram.c to ff_fragment_shader.cpp.
Eric Anholt
2011-03-11
2
-7
/
+16
*
prog_cache: Add some support for shader_programs in prog_cache.
Eric Anholt
2011-03-11
2
-4
/
+58
*
mesa: Don't try to remove an internal shader_program from the hash.
Eric Anholt
2011-03-11
1
-2
/
+4
*
i965: Use ffs() on a 32-bit int value instad of ffsll().
Eric Anholt
2011-03-11
1
-1
/
+1
*
gallium: remove flags from the flush function
Marek Olšák
2011-03-11
69
-215
/
+169
*
gallium: remove the geom_flags param from is_format_supported
Marek Olšák
2011-03-11
50
-283
/
+208
*
gallium: cleanup fence_signalled and fence_finish
Marek Olšák
2011-03-11
27
-118
/
+81
*
gallium: kill is_resource_referenced
Marek Olšák
2011-03-11
44
-462
/
+44
*
swrastg: Add __DRI_TEX_BUFFER support
Adam Jackson
2011-03-11
1
-0
/
+1
*
mesa: test against MaxUniformComponents in check_resources()
Brian Paul
2011-03-11
1
-3
/
+3
*
mesa: move location of some geometry program limits
Brian Paul
2011-03-11
5
-26
/
+29
*
mesa: use check_resources() to check program against limits
Brian Paul
2011-03-11
1
-0
/
+58
*
mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlines
Brian Paul
2011-03-11
21
-59
/
+85
*
mesa: call FLUSH_VERTICES() before deleting shaders, buffers, query objects
Brian Paul
2011-03-11
3
-0
/
+5
*
vega: remove unused pipe var
Brian Paul
2011-03-11
1
-1
/
+0
*
svga: Propagate discard/unsynchronized flags to the host when doing texture D...
José Fonseca
2011-03-11
3
-12
/
+38
*
util: Fix typo in u_upload_flush().
José Fonseca
2011-03-11
1
-2
/
+2
*
r300g: fix alignement for NPOT values in hyperz setup
Nicolas Peninguy
2011-03-11
1
-3
/
+3
*
draw: remove unnecessary flush
Marek Olšák
2011-03-11
1
-7
/
+0
*
st/vega: remove unnecessary flushes
Marek Olšák
2011-03-11
3
-14
/
+0
*
st/mesa: remove unnecessary flushes
Marek Olšák
2011-03-11
2
-5
/
+0
*
Revert "gallium/svga: Only upload parts of vertexarrays that are actually used"
Thomas Hellstrom
2011-03-10
5
-48
/
+3
*
i915g: implement surface clear functions using hw-clear
Daniel Vetter
2011-03-10
4
-15
/
+103
*
i915g: make set_framebuffer_state more robust
Daniel Vetter
2011-03-10
1
-1
/
+2
*
i915g: implement hw clear
Daniel Vetter
2011-03-10
8
-6
/
+131
*
i915g: blitter handles overlapping blits
Daniel Vetter
2011-03-10
1
-1
/
+0
*
i915g: enable separate depth/stencil clears
Daniel Vetter
2011-03-10
1
-1
/
+1
*
i915g: streamline derived state updates of the driver pipeline
Daniel Vetter
2011-03-10
3
-4
/
+2
*
i915g: don't validate a NULL vbo
Daniel Vetter
2011-03-10
1
-1
/
+1
*
gallium/util: new polygon stipple utility helper
Brian Paul
2011-03-10
4
-0
/
+492
*
glsl: silence warning in printf() with a cast
Brian Paul
2011-03-10
1
-1
/
+1
*
glx: fix null pointer deref in __glXGenerateError()
Brian Paul
2011-03-10
1
-5
/
+5
*
gallium/svga: Only upload parts of vertexarrays that are actually used
Thomas Hellstrom
2011-03-10
5
-3
/
+48
*
r600: don't close fd on failed load
Dave Airlie
2011-03-10
1
-3
/
+0
*
intel: Don't complain when getparam fails due to a missing param.
Eric Anholt
2011-03-09
1
-1
/
+3
*
i965: Pack the tracked state atoms into separate arrays for prepare/emit.
Chris Wilson
2011-03-09
2
-42
/
+43
*
nv50: add back initialization of redefine_user_buffer
Christoph Bumiller
2011-03-09
1
-0
/
+2
*
r600g: remove some now unneeded code from r600_bc_vtx_build
Christian König
2011-03-09
1
-25
/
+1
*
r600g: R700+ can do more than 8 tex and vtx clause in one CF inst
Christian König
2011-03-09
1
-2
/
+20
*
r600g: split R600 and R700 CF generation for VTX and TEX
Christian König
2011-03-09
3
-4
/
+22
*
svga: Add a new winsys entry point to query the hw version.
José Fonseca
2011-03-09
3
-0
/
+11
*
util: Use PIPE_TRANSFER_DISCARD_WHOLE_RESOURCE in pipe_buffer_write.
José Fonseca
2011-03-09
1
-1
/
+6
*
util: add ensure_sanity checks, fix a bug
Keith Whitwell
2011-03-09
1
-2
/
+56
*
util: improve cache collision behaviour
Keith Whitwell
2011-03-09
1
-18
/
+76
[next]