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
*
Use PIPE_FORMAT in state tracker.
michal
2007-10-27
4
-22
/
+192
*
Refactor supported format queries.
michal
2007-10-27
1
-67
/
+73
*
Respect use_sse flag.
michal
2007-10-27
2
-4
/
+3
*
Fix SSE bug.
michal
2007-10-27
1
-2
/
+1
*
Add #ifs.
michal
2007-10-27
1
-1
/
+4
*
vertex_element::src_format needs 32 bits.
michal
2007-10-27
1
-1
/
+1
*
Respect use_sse flag.
michal
2007-10-27
1
-12
/
+15
*
Remove PIPE_FORMAT_COUNT references.
michal
2007-10-27
1
-2
/
+2
*
Enable SSE2 for fragment shaders.
michal
2007-10-27
4
-17
/
+29
*
Enable SSE2 for vertex shaders.
michal
2007-10-27
2
-12
/
+12
*
Fix YCBCR macro.
michal
2007-10-27
1
-224
/
+224
*
Fix alignment problems.
michal
2007-10-27
2
-28
/
+37
*
Remove GL dependencies.
michal
2007-10-27
1
-21
/
+21
*
Define destroy method called by softpipe's destructor.
michal
2007-10-27
12
-0
/
+78
*
Silence compiler warnings.
michal
2007-10-27
1
-5
/
+5
*
Silence compiler warnings.
michal
2007-10-27
1
-3
/
+3
*
Call quad stage destructors.
michal
2007-10-27
1
-0
/
+12
*
Remove llvm and sse2 dependencies.
michal
2007-10-27
1
-10
/
+0
*
Move format definitions from p_defines.h to p_format.h.
michal
2007-10-27
2
-92
/
+228
*
Add sse2_program to draw_vertex_shader.
michal
2007-10-27
1
-1
/
+2
*
Silence compiler warnings.
michal
2007-10-27
1
-1
/
+1
*
Remove llvm dependencies.
michal
2007-10-27
1
-4
/
+3
*
New comments, replace //-style with /* */
Brian
2007-10-27
2
-8
/
+51
*
indentation fixes
Brian
2007-10-27
1
-26
/
+26
*
s/GLbitfield/uint/
Brian
2007-10-27
1
-2
/
+2
*
remove #define MESA stuff
Brian
2007-10-27
1
-5
/
+0
*
s/256/TGSI_EXEC_NUM_IMMEDIATES/
Brian
2007-10-27
1
-1
/
+1
*
indentation fixes
Brian
2007-10-27
1
-20
/
+20
*
Comments about texture instructions and the src regs
Brian
2007-10-27
2
-11
/
+22
*
Remove remnants of softpipe_surface.
Brian
2007-10-27
10
-182
/
+47
*
Obsolete
Brian
2007-10-27
2
-11
/
+0
*
Move mesa_to_tgsi.[ch] to state_tracker
Brian
2007-10-27
8
-16
/
+74
*
Move mesa_to_tgsi.[ch] into state tracker.
Brian
2007-10-27
2
-0
/
+0
*
Fix up handling of immediate values for TGSI shaders.
Brian
2007-10-26
3
-21
/
+9
*
turn off debug output
Brian
2007-10-26
1
-1
/
+1
*
Re-implement GLSL texture sampler variables.
Brian
2007-10-26
31
-106
/
+262
*
Hold a stack of temporaries so that we can redeclare them
Zack Rusin
2007-10-26
3
-1
/
+27
*
convert OPCODE_END -> TGSI_OPCODE_RET
Brian
2007-10-26
1
-1
/
+1
*
if we hit RET w/ empty call stack, halt
Brian
2007-10-26
1
-7
/
+7
*
Initial support for immediate values in TGSI programs.
Brian
2007-10-26
4
-7
/
+74
*
Get basic function calls working in the shaders.
Zack Rusin
2007-10-26
6
-25
/
+190
*
Fix swizzle fetching in tgsi_util_get_full_src_register_extswizzle. Shorten
Zack Rusin
2007-10-26
3
-61
/
+25
*
Make ret part of the instruction block instead of implicitely
Zack Rusin
2007-10-26
3
-2
/
+7
*
surface_alloc() is now a winsys function.
Brian
2007-10-26
12
-119
/
+393
*
Actually move region_alloc() and region_release() to intel_winsys.
José Fonseca
2007-10-26
2
-62
/
+64
*
clean-up, simplify some tile code, more to come
Brian
2007-10-25
2
-189
/
+63
*
Move region_alloc() and region_release() to pipe_winsys.
Brian
2007-10-25
12
-160
/
+163
*
silence warning
Brian
2007-10-25
1
-0
/
+2
*
Move the get/put_tile() functions to pipe_context.
Brian
2007-10-25
20
-109
/
+177
*
tex comments
Brian
2007-10-25
1
-3
/
+11
[next]