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
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
tgsi: check for SOA dependencies in SSE and PPC code generators
Brian Paul
2009-08-20
2
-0
/
+8
*
tgsi: handle SOA dependencies for MOV/SWZ
Brian Paul
2009-08-20
2
-14
/
+40
*
tgsi: added tgsi_full_instruction::Flags field
Brian Paul
2009-08-20
2
-0
/
+3
*
tgsi/ppc: we don't implement saturation modes yet
Brian Paul
2009-08-18
1
-0
/
+5
*
tgsi/sse: we don't implement saturation modes yet
Brian Paul
2009-08-18
1
-0
/
+4
*
gallium: Always map for READ flag when DISCARD is not set.
José Fonseca
2009-08-14
1
-0
/
+7
*
trace: Remove space next to the class attribute of the trace.
José Fonseca
2009-08-14
1
-1
/
+1
*
python/retrace: Open bz2 files correctly.
José Fonseca
2009-08-14
1
-1
/
+1
*
draw: cope with more primitives in draw_pipeline_run
Keith Whitwell
2009-08-13
1
-22
/
+55
*
util: fix incorrect assertion
Brian Paul
2009-08-06
1
-1
/
+1
*
util: include u_surface.h, added comment
Brian Paul
2009-08-06
1
-0
/
+2
*
util: use util_same_surface() to compare surface pointers
Brian Paul
2009-08-06
1
-3
/
+3
*
util: added util_same_surface() helper function
Brian Paul
2009-08-06
1
-0
/
+17
*
util: added comment/question about blit clipping
Brian Paul
2009-08-05
1
-0
/
+1
*
util: added util_blit_pixels() overlap test
Brian Paul
2009-08-05
1
-2
/
+34
*
util: fix util_blit_pixels() test for surface_copy() path
Brian Paul
2009-08-05
1
-16
/
+24
*
util: reformatting and comments
Brian Paul
2009-08-05
1
-3
/
+10
*
util: _debug_printf should print even when DEBUG is not defined
Keith Whitwell
2009-07-29
1
-2
/
+0
*
softpipe: include sp_winsys.h to silence function prototype warning
Brian Paul
2009-07-27
1
-0
/
+1
*
util: fix typo.
José Fonseca
2009-07-26
1
-1
/
+1
*
python/retrace: Process the call no passed to --to option inclusively.
José Fonseca
2009-07-16
1
-1
/
+1
*
python/retrace: Dump the surface copy contents.
José Fonseca
2009-07-16
1
-0
/
+10
*
python/retrace: Flush stdout before calling the pipe driver.
José Fonseca
2009-07-16
1
-0
/
+4
*
python: Hack to prevent segmentation faults when python exits.
José Fonseca
2009-07-16
1
-1
/
+7
*
wgl: Expose pipe_screen/pipe_context via an extension.
José Fonseca
2009-07-16
4
-1
/
+133
*
python: Obtain pipe_screen/pipe_context from the system's OpenGL driver.
José Fonseca
2009-07-16
2
-3
/
+191
*
softpipe: limit blend results to [0,1]
Luca Barbieri
2009-07-15
1
-12
/
+30
*
python/retrace: Interpret surface_copy.
José Fonseca
2009-07-15
1
-0
/
+4
*
python/samples: Use PIPE_FORMAT_Z16_UNORM instead of PIPE_FORMAT_Z32_UNORM.
José Fonseca
2009-07-15
1
-1
/
+1
*
tgsi: update some assertions
Brian Paul
2009-07-10
1
-4
/
+4
*
tgsi: tgsi: add semantic_names[] string for TGSI_SEMANTIC_FACE
Brian Paul
2009-07-10
1
-1
/
+6
*
tgsi: add semantic_names[] string for TGSI_SEMANTIC_FACE
Brian Paul
2009-07-10
1
-1
/
+6
*
tgis: implement indirect addressing for destination registers
Brian Paul
2009-07-10
6
-11
/
+101
*
gallium: Fixes for clobbering stencil values in combined depth/stencil textures.
Michel Dänzer
2009-07-07
1
-1
/
+27
*
wgl: Make the stw_framebuffer destructions threadsafe.
José Fonseca
2009-07-06
5
-82
/
+186
*
wgl: Check for multiple threads before GET_CURRENT_CONTEXT.
José Fonseca
2009-07-06
1
-2
/
+8
*
wgl: Listen to WM_WINDOWPOSCHANGED instead of WM_SIZE messages.
José Fonseca
2009-07-06
1
-44
/
+45
*
st/wgl: don't advertise WGL_EXT_swap_interval string
Keith Whitwell
2009-07-03
1
-1
/
+1
*
wgl: Lookup framebuffers by HWND whenever possible.
José Fonseca
2009-07-03
1
-0
/
+10
*
util: Increase OutputDebugStringA to 4k.
José Fonseca
2009-07-01
1
-4
/
+2
*
st/wgl: dummy implementation of wgl swapinterval extension
Keith Whitwell
2009-07-01
4
-0
/
+63
*
gallium: fix the front face semantics
Zack Rusin
2009-07-01
3
-16
/
+15
*
wgl: Optimize wglGetProcAddress.
José Fonseca
2009-07-01
1
-6
/
+6
*
util: Set PIPE_BUFFER_USAGE_FLUSH_EXPLICIT when calling buffer_flush_mapped_r...
José Fonseca
2009-06-30
1
-1
/
+3
*
gallium: New PIPE_BUFFER_USAGE_FLUSH_EXPLICIT flag for buffer_flush_mapped_ra...
José Fonseca
2009-06-30
3
-7
/
+18
*
cell: PIPE_CAP_TGSI_CONT_SUPPORTED query
Brian Paul
2009-06-26
1
-0
/
+2
*
softpipe: PIPE_CAP_TGSI_CONT_SUPPORTED query
Brian Paul
2009-06-26
1
-0
/
+2
*
gallium: added PIPE_CAP_TGSI_CONT_SUPPORTED
Brian Paul
2009-06-26
1
-0
/
+1
*
tgsi: correct handling of return value from util_vsnprintf
Keith Whitwell
2009-06-26
1
-5
/
+13
*
aux/indices: don't use 'prim' value once it is known to be bad
Keith Whitwell
2009-06-26
1
-1
/
+1
[next]