index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
Commit message (
Expand
)
Author
Age
Files
Lines
*
cleanup code, compiles with vbo changes
Keith Whitwell
2006-10-31
15
-612
/
+98
*
switch several dri drivers over
Keith Whitwell
2006-10-30
2
-5
/
+4
*
checkpoint - remove dead files, otherwise untested
Keith Whitwell
2006-10-30
20
-4114
/
+42
*
Emit cliprects in the userspace driver as required, rather than
Keith Whitwell
2006-10-23
10
-66
/
+81
*
Remove a bunch of "ctx->Driver.function = _swrast_Function" lines since
Brian Paul
2006-10-15
1
-16
/
+3
*
Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.
Brian Paul
2006-10-15
1
-1
/
+0
*
Upload of interleaved arrays currently assumes that position is the
Keith Whitwell
2006-10-13
1
-0
/
+1
*
Make sure instructions are zero'd out before use.
Keith Whitwell
2006-10-13
1
-0
/
+1
*
Use unsigned long batchbuffer offset, fixes x64 warnings.
Keith Whitwell
2006-10-13
1
-1
/
+1
*
Fix printf warning.
Keith Whitwell
2006-10-13
1
-1
/
+1
*
Use unsigned long cast for checking pointer alignment, fixes x64 warnings.
Keith Whitwell
2006-10-13
1
-2
/
+2
*
Use mesa function to get opcode name rather than an internal table.
Keith Whitwell
2006-10-13
1
-61
/
+1
*
missing file
Keith Whitwell
2006-10-05
1
-0
/
+132
*
Accelerate glBitmap with a color expand blit. Nice speedup for demos
Keith Whitwell
2006-10-05
7
-5
/
+477
*
Quieten debug message.
Keith Whitwell
2006-10-05
1
-1
/
+1
*
eliminate rhw divide under some circumstances
Keith Whitwell
2006-10-05
3
-18
/
+32
*
Quieten debug message.
Keith Whitwell
2006-10-05
1
-0
/
+2
*
Fixup one place where attrsz was being used instead of active_sz
Keith Whitwell
2006-09-25
1
-1
/
+1
*
Explicit test for +ve pitches in intelEmitCopyBlit()
Keith Whitwell
2006-09-22
1
-8
/
+4
*
Do a better job of choosing texture formats to avoid image conversions.
Keith Whitwell
2006-09-21
1
-5
/
+16
*
use the requested internal texture format where possible
Keith Whitwell
2006-09-21
2
-12
/
+32
*
Catch a couple of cases where we would have to delete and recreate the
Keith Whitwell
2006-09-21
1
-3
/
+6
*
Add a comment about the interactions of negative pitches, overlapping
Keith Whitwell
2006-09-20
1
-0
/
+8
*
remove some dead code
Keith Whitwell
2006-09-20
3
-39
/
+0
*
Fix some warnings
Keith Whitwell
2006-09-20
1
-1
/
+2
*
Support ARB_texture_rectangle.
Keith Whitwell
2006-09-20
5
-4
/
+49
*
1) Add a new flag in the sarea (coopting the unused texAge value) to
Keith Whitwell
2006-09-20
5
-8
/
+39
*
Broadwater seems to prefer this style of blitting.
Keith Whitwell
2006-09-20
1
-4
/
+1
*
add accelerated glCopyPixels path
Keith Whitwell
2006-09-20
4
-23
/
+256
*
restore debug output after brw_wm_fp compilation stage
Keith Whitwell
2006-09-20
2
-1
/
+23
*
Use DEBUG_SYNC to switch between per-primitive and per-frame aubfile dumps.
Keith Whitwell
2006-09-20
1
-1
/
+1
*
VS nr of urb entries is constrained to be one of a fixed set of values,
Keith Whitwell
2006-09-14
1
-2
/
+2
*
quieten debug
Keith Whitwell
2006-09-12
2
-4
/
+4
*
Potential fix for doom3 lockups. Seems that there is a conflict
Keith Whitwell
2006-09-12
3
-6
/
+7
*
Disassemble active program when DEBUG_VS is set.
Keith Whitwell
2006-09-12
1
-0
/
+7
*
Add code to tweak aubfile state and primitives on replay.
Keith Whitwell
2006-09-12
1
-14
/
+296
*
Encode a unique id in the aub header date fields.
Keith Whitwell
2006-09-12
1
-4
/
+8
*
Basic facility for playing back captured aubfiles. Requires a small
Keith Whitwell
2006-09-08
8
-0
/
+201
*
Consistent return values from the bm* functions.
Keith Whitwell
2006-09-07
5
-12
/
+9
*
Cope with memory pool fragmentation by allowing a second attempt at
Keith Whitwell
2006-09-07
13
-154
/
+321
*
Fix glitch with pool alignments.
Keith Whitwell
2006-09-07
2
-2
/
+2
*
Use lower alignments where possible. Also pad out allocated blocks to
Keith Whitwell
2006-09-07
7
-12
/
+20
*
Make sure bmBufferOffset is called for all active buffers every time
Keith Whitwell
2006-09-07
9
-26
/
+20
*
Simplify the immediate and displaylist code. Treat VertexAttrib*ARB
Keith Whitwell
2006-09-06
18
-1091
/
+759
*
Dynamically allocate instruction store for tnl programs according to
Keith Whitwell
2006-09-05
1
-15
/
+21
*
Fixes for calculating point attenuation
Keith Whitwell
2006-09-04
1
-9
/
+14
*
Don't export NV_vertex_program as it's not supported, it confuses
Keith Whitwell
2006-09-04
1
-3
/
+0
*
Catch a few more cases of using a message reg as an instruction source
Keith Whitwell
2006-09-01
1
-17
/
+37
*
fix a couple of cases where a message reg is used as an instruction source.
Keith Whitwell
2006-09-01
2
-6
/
+26
*
When using the old technique to set up the front buffer mapping, there
Keith Whitwell
2006-08-31
1
-1
/
+1
[next]