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
/
mesa
/
pipe
Commit message (
Expand
)
Author
Age
Files
Lines
*
more dead code removal
Brian
2007-11-07
1
-63
/
+1
*
re-enable PIPE_FORMAT_U_Z32 support
Brian
2007-11-07
1
-1
/
+1
*
better depth buffer selection
Brian
2007-11-07
1
-1
/
+11
*
disable/remove dead code
Brian
2007-11-07
1
-8
/
+3
*
Disable the call to driBOReference() in i915_update_texture()
Brian
2007-11-07
1
-1
/
+5
*
redo xm_surface_release() to match i915
Brian
2007-11-07
1
-3
/
+6
*
fix bad varname
Brian
2007-11-07
1
-1
/
+1
*
Add winsys->surface_release() to complement winsys->surface_alloc().
Brian
2007-11-07
8
-45
/
+45
*
Check the right ammount of free space in vertex buffer.
José Fonseca
2007-11-07
1
-7
/
+9
*
Reset temporary vertices ids.
José Fonseca
2007-11-07
4
-2
/
+41
*
Use a consistent number to identify undefined vertices.
José Fonseca
2007-11-07
5
-17
/
+28
*
Reuse the vertex buffer until the vertex size changes.
José Fonseca
2007-11-07
1
-35
/
+39
*
Track hardware vertex buffer state changes.
José Fonseca
2007-11-07
4
-23
/
+72
*
disable PIPE_FORMAT_U_Z32, doesn't work ATM
Brian
2007-11-06
1
-1
/
+1
*
Update xmesa_is_format_supported()
Brian
2007-11-06
1
-0
/
+7
*
rename xmesa_create_softpipe() xmesa_create_context()
Brian
2007-11-06
2
-2
/
+2
*
rename xmesa_create_softpipe() xmesa_create_context()
Brian
2007-11-06
1
-1
/
+1
*
disable finish_or_flush() for now
Brian
2007-11-06
1
-1
/
+5
*
remove dead code in softpipe_is_format_supported()
Brian
2007-11-06
1
-26
/
+2
*
document flags param to region_alloc()
Brian
2007-11-06
1
-0
/
+3
*
need to call pipe->flush() in finish_or_flush()
Brian
2007-11-06
1
-0
/
+1
*
define CLIP_TILE as in sp_surface.c
Brian
2007-11-06
1
-0
/
+4
*
remove debug abort() call
Brian
2007-11-06
1
-1
/
+0
*
Call xmesa_init_driver_functions() to install xmesa_viewport() function.
Brian
2007-11-06
1
-4
/
+3
*
Fix build error: dereferencing pointer to incomplete type
Michel Dänzer
2007-11-06
1
-0
/
+1
*
Remove pipe->max_texture_size(), use get_param() instead.
Brian
2007-11-06
5
-73
/
+18
*
check for __i386__ or __386__ instead of USE_X86_ASM
Brian
2007-11-06
1
-2
/
+2
*
Allow custom pipe driver buffer usage flags.
José Fonseca
2007-11-06
3
-6
/
+12
*
Supply buffer usage hints to winsys.
José Fonseca
2007-11-06
4
-10
/
+24
*
Convert format bitfields to shifts and masks.
Michel Dänzer
2007-11-06
1
-36
/
+27
*
Fix non-x86 build.
Michel Dänzer
2007-11-06
1
-0
/
+4
*
Determine GL extensions/limits by making pipe queries.
Brian
2007-11-05
3
-0
/
+57
*
Remove some temporary state tracker context/framebuffer_create functions.
Brian
2007-11-05
1
-3
/
+3
*
Update xlib driver to use newer state tracker context/framebuffer functions.
Brian
2007-11-05
3
-103
/
+105
*
Allow batch buffer debugging without calling i915_winsys->batch_start so often.
José Fonseca
2007-11-03
4
-13
/
+15
*
Do something sensible when failed to reserve space in the batch buffer.
José Fonseca
2007-11-03
5
-18
/
+17
*
Detail i915 winsys interface comments.
José Fonseca
2007-11-03
1
-18
/
+40
*
Render primitives using indirect vertices in a vertex buffer.
José Fonseca
2007-11-03
1
-35
/
+39
*
Cleanups.
Zack Rusin
2007-11-02
2
-5
/
+8
*
Implement sin opcode.
Zack Rusin
2007-11-02
5
-1
/
+54
*
Implement scs opcode
Zack Rusin
2007-11-02
5
-1
/
+59
*
Implement COS and CMP opcode.
Zack Rusin
2007-11-02
6
-68
/
+379
*
Add debugging ifdefs to make it less verbose
Zack Rusin
2007-11-02
1
-1
/
+11
*
Get fragment shaders working on top of LLVM.
Zack Rusin
2007-11-02
5
-772
/
+1003
*
Change the fragment shader signature to better match actual
Zack Rusin
2007-11-02
5
-362
/
+819
*
Add basic entry points for fragment shaders.
Zack Rusin
2007-11-02
6
-31
/
+132
*
Renaming llvmtgsi to gallivm. Taking first steps on the way to supporting
Zack Rusin
2007-11-02
8
-5
/
+105
*
Start re-working SwapBuffers.
Brian
2007-11-01
2
-8
/
+10
*
don't call _mesa_init_driver_functions()
Brian
2007-11-01
1
-1
/
+4
*
remove old comment about tnl/vf
Brian
2007-11-01
1
-4
/
+0
[next]