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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: set additional fields in _mesa_buffer_map_range()
Brian Paul
2009-08-31
1
-3
/
+5
*
mesa: set Length/Offset fields in _mesa_buffer_map()
Brian Paul
2009-08-31
1
-0
/
+2
*
mesa: additional assertions for ctx->Driver.UnmapBuffer()
Brian Paul
2009-08-31
1
-4
/
+7
*
intel: clear buffer fields in intel_bufferobj_unmap()
Brian Paul
2009-08-31
1
-0
/
+2
*
mesa: new assertions, comments about buffer mapping
Brian Paul
2009-08-31
1
-12
/
+29
*
st/mesa: fix obj->Pointer offset in st_bufferobj_map_range()
Brian Paul
2009-08-31
1
-5
/
+5
*
llvmpipe: Fallback to element-wise comparisons when no comparison intrinsic i...
José Fonseca
2009-08-31
1
-2
/
+45
*
llvmpipe: In the abcense of a min/max intrinsic, use the comparison intrinsics.
José Fonseca
2009-08-31
3
-11
/
+7
*
llvmpipe: Actually commit lp_buffer.[ch].
José Fonseca
2009-08-31
2
-0
/
+205
*
Gallium xlib: Add support for BGRA visuals.
Michel Dänzer
2009-08-31
1
-0
/
+12
*
nouveau: fix for dri state tracker changes
Ben Skeggs
2009-08-31
1
-76
/
+53
*
nouveau: introduce nouveau_miptree common to all nouveau pipe drivers
Ben Skeggs
2009-08-31
7
-30
/
+40
*
nouveau: hack winsys to compile again, it's broken still however
Ben Skeggs
2009-08-31
1
-0
/
+4
*
cell: fix compilation
Marc Dietrich
2009-08-30
2
-4
/
+4
*
swrast: minor code consolidation
Brian Paul
2009-08-30
1
-7
/
+2
*
mesa: consolidate texture-related code in meta.c
Brian Paul
2009-08-30
1
-262
/
+372
*
progs/util: minor updates to glutskel.c
Brian Paul
2009-08-30
1
-31
/
+33
*
intel: use more efficient loop over buffers
Brian Paul
2009-08-30
1
-3
/
+7
*
mesa: avoid redundant viewport changes in meta code
Brian Paul
2009-08-30
1
-3
/
+18
*
llvmpipe: Texture cache in 4 ubytes instead of 4 floats.
José Fonseca
2009-08-30
3
-19
/
+19
*
llvmpipe: Use util_format_read_4f to read texture tiles.
José Fonseca
2009-08-30
1
-6
/
+17
*
llvmpipe: Texture cache is read-only. No need to flush.
José Fonseca
2009-08-30
3
-48
/
+0
*
util: Auto generate pixel format accessor functions from
José Fonseca
2009-08-30
8
-93
/
+699
*
llvmpipe: Eliminate internal pipe_buffer_map/unmap usage.
José Fonseca
2009-08-30
1
-9
/
+3
*
xlib: Implement lp_winsys::destroy.
José Fonseca
2009-08-30
1
-0
/
+9
*
Merge branch 'mesa_7_5_branch'
Michel Dänzer
2009-08-30
2
-2
/
+34
|
\
|
*
glx/x11: Fix glXCreateGLXPixmap for direct rendering.
Michel Dänzer
2009-08-30
1
-0
/
+28
|
*
util: Reset size to zero when failed to allocate buffer.
José Fonseca
2009-08-28
1
-2
/
+6
*
|
i965: Fix segfault with ARB_oq CheckQuery when results are already fetched.
Eric Anholt
2009-08-29
1
-1
/
+1
*
|
i965: Support PROGRAM_ENV_PARAMs in brw_vs_emit.c
Eric Anholt
2009-08-29
2
-1
/
+4
*
|
llvmpipe: List lp_buffer.c in the Makefile.
José Fonseca
2009-08-29
1
-0
/
+1
*
|
xlib: Implement llvmpipe lp_winsys interface.
José Fonseca
2009-08-29
1
-206
/
+144
*
|
llvmpipe: Define an winsys for LLVM. Drop pipe_winsys
José Fonseca
2009-08-29
7
-79
/
+196
*
|
r300: Disable threshold register for KMS.
Pauli Nieminen
2009-08-29
1
-1
/
+2
*
|
r300: Swtcl prediction was still missing scissors.
Pauli Nieminen
2009-08-29
1
-2
/
+3
*
|
r300: Add missing pre_emit_count to swtcl state size prediction.
Pauli Nieminen
2009-08-29
1
-3
/
+4
*
|
nv50: set provoking vertex state
Christoph Bumiller
2009-08-29
1
-0
/
+2
*
|
xlib: Update llvmpipe integration for changes in master.
José Fonseca
2009-08-29
1
-0
/
+1
*
|
llvmpipe: Update for changes in master.
José Fonseca
2009-08-29
3
-12
/
+10
*
|
mesa: Update sconscript for new ARB/FP assembler.
José Fonseca
2009-08-29
1
-0
/
+6
*
|
util: Add util_unsigned_logbase2.
José Fonseca
2009-08-29
1
-0
/
+12
*
|
llvmpipe: Isolate sampling from TGSI translation.
José Fonseca
2009-08-29
5
-94
/
+145
*
|
llvmpipe: Better structure dereference naming.
José Fonseca
2009-08-29
2
-6
/
+11
*
|
llvmpipe: Fix shader variant key construction.
José Fonseca
2009-08-29
1
-2
/
+2
*
|
llvmpipe: Fix build.
José Fonseca
2009-08-29
2
-2
/
+2
*
|
llvmpipe: Merge all pixel format related files.
José Fonseca
2009-08-29
6
-255
/
+153
*
|
llvmpipe: Factor out and optimize the input interpolation.
José Fonseca
2009-08-29
7
-169
/
+521
*
|
llvmpipe: Pre-declare fetch_texel.
José Fonseca
2009-08-29
5
-28
/
+66
*
|
llvmpipe: Pass the alpha ref value and blend color in the jit context.
José Fonseca
2009-08-29
8
-50
/
+86
*
|
llvmpipe: Pass fragment context to generated function in a single structure.
José Fonseca
2009-08-29
8
-33
/
+108
[next]