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
*
Fix make recursion.
Keith Whitwell
2007-08-02
1
-2
/
+0
*
Implement new draw_vertices() path for simple vertex array drawing, use it fo...
Brian
2007-08-02
4
-2
/
+89
*
Remove references to accum buffers in softpipe.
Keith Whitwell
2007-08-02
4
-15
/
+3
*
add PIPE_MASK_RGBA
Brian
2007-08-02
1
-0
/
+2
*
Merge branch 'softpipe_0_1_branch' of git+ssh://
[email protected]
/gi...
Brian
2007-08-02
3
-61
/
+21
|
\
|
*
Remove remnants of i915 texture-from-pbo code.
Keith Whitwell
2007-08-02
2
-12
/
+0
|
*
Reroute some clear functionality.
Keith Whitwell
2007-08-02
1
-49
/
+21
*
|
implement masking in sp_region_fill()
Brian
2007-08-01
1
-11
/
+48
|
/
*
get cliprect bounds after softpipe_update_derived()
Brian
2007-08-01
1
-4
/
+9
*
Re-implement intelClear() in terms of softpipe_clear(). Pretty simple/small ...
Brian
2007-08-01
1
-9
/
+26
*
More work on glClear.
Brian
2007-08-01
3
-45
/
+87
*
s/Z24_S8/S8_Z24/ (stencil is in the high byte)
Brian
2007-08-01
4
-32
/
+35
*
Checkpoint: glClear changes - working, bug very rough.
Brian
2007-08-01
3
-15
/
+131
*
Build libsoftpipe.a
Keith Whitwell
2007-08-01
6
-4
/
+108
*
Obsolete.
Brian
2007-07-31
2
-250
/
+0
*
Redesign pipe_surface in terms of pipe_region.
Brian
2007-07-31
8
-144
/
+462
*
Lift region-related functions up to the pipe interface.
Brian
2007-07-31
2
-1
/
+98
*
32 and z24s8 softpipe buffers
Brian
2007-07-30
3
-32
/
+157
*
Merge branch 'softpipe_0_1_branch' of git+ssh://
[email protected]
/gi...
Brian
2007-07-30
5
-7
/
+179
|
\
|
*
Lots of improvements to the surface-related code.
Brian
2007-07-30
4
-7
/
+177
|
*
compute scale for Z24 buffers
Brian
2007-07-30
1
-0
/
+2
*
|
Merge branch 'softpipe_0_1_branch' of git+ssh://
[email protected]
/gi...
Brian
2007-07-30
2
-9
/
+31
|
\
|
|
*
map/unmap surfaces before/after rendering
Brian
2007-07-30
1
-0
/
+31
|
*
remove old comments
Brian
2007-07-30
1
-9
/
+0
*
|
renaming, comments, clean-up
Brian
2007-07-27
1
-35
/
+27
|
/
*
Clip triangles against softpipe->cliprect which includes scissor and surface ...
Brian
2007-07-27
2
-44
/
+36
*
remove obsolete comments
Brian
2007-07-27
1
-3
/
+0
*
Maintain cliprect (scissor) info in sp_state_derived.c.
Brian
2007-07-27
3
-31
/
+52
*
Implement point/line quad clipping. Not quite as efficient as it probably co...
Brian
2007-07-27
1
-19
/
+70
*
s/SP_TILE_H/SP_QUAD_H/
Brian
2007-07-27
1
-3
/
+3
*
init quad.coverage values to 1.0 in case line AA is enabled so that we see so...
Brian
2007-07-27
1
-0
/
+7
*
Avoid unnecessary input attrib copy by aligning exec_machine attribs.
michal
2007-07-27
1
-35
/
+44
*
Implement line stippling.
Brian
2007-07-25
10
-3
/
+90
*
rename some vars
Brian
2007-07-25
1
-9
/
+9
*
implement DDX, DDY instructions
Brian
2007-07-25
2
-2
/
+38
*
Fix pinterp() to compute 1 / FRAG_ATTRIB_WPOS.w Update comments too.
Brian
2007-07-25
1
-6
/
+7
*
patch things up enough to allow texture sampling to work
Brian
2007-07-25
1
-0
/
+21
*
use consistent indentation
Brian
2007-07-24
1
-373
/
+361
*
check return value of tgsi_parse_init()
Brian
2007-07-24
1
-4
/
+21
*
added PROGRAM_NAMED_PARAM in map_register_file()
Brian
2007-07-24
1
-1
/
+1
*
Add VF_ATTRIB_VAR0..7 for varying variables.
Brian
2007-07-24
1
-0
/
+10
*
added PROGRAM_UNIFORM to map_register_file()
Brian
2007-07-24
1
-0
/
+1
*
comments
Brian
2007-07-24
1
-5
/
+22
*
s/GLuint/GLbitfield/
Brian
2007-07-24
1
-1
/
+1
*
Compute need_z and need_w properly and use the correct const/linear/perspecti...
Brian
2007-07-24
2
-17
/
+36
*
Fix a typo (i << i) that was fouling up the vertex layout info.
Brian
2007-07-24
1
-4
/
+7
*
added missing OPCODE_ARL to TGSI_OPCODES[], added sanity check assertion
Brian
2007-07-24
1
-2
/
+8
*
Basic fragment programs run now.
Brian
2007-07-24
2
-10
/
+32
*
rebuild quad pipeline when framebuffer changes too
Brian
2007-07-24
1
-0
/
+1
*
Merge branch 'softpipe_0_1_branch' of git+ssh://
[email protected]
/gi...
Brian
2007-07-24
6
-10
/
+64
|
\
[next]