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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the fp_machine struct into s_nvfragmprog.c since (except for program
Brian Paul
2006-10-10
1
-0
/
+3
*
Use the mesa-provided texenv program rather than rolling our own.
Keith Whitwell
2006-10-10
4
-1
/
+21
*
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
*
Bugzilla 6242: [mach64] Use private DMA buffers (only)
Felix Kuehling
2006-10-02
4
-23
/
+27
*
i915: Fix wait for scheduled swap on secondary display.
Michel Dänzer
2006-09-29
1
-0
/
+5
*
Move mipmap generation functions, texture scaling functions into new
Brian Paul
2006-09-29
2
-0
/
+2
*
Synchronize drawable to the pipe where the bigger part can be visible.
Michel Dänzer
2006-09-28
1
-0
/
+30
*
Add new I830 SAREA fields.
Michel Dänzer
2006-09-28
1
-0
/
+15
*
Add helper function that returns the current vblank sequence of a drawable.
Michel Dänzer
2006-09-28
2
-0
/
+23
*
Add helper function to calculate the area of the intersection of two rectangles.
Michel Dänzer
2006-09-28
2
-0
/
+15
*
i915: Handle DRM_VBLANK_SECONDARY when scheduling buffer swaps.
Michel Dänzer
2006-09-28
1
-0
/
+4
*
i915: Attempt to schedule buffer swap on target vertical blank when possible.
Michel Dänzer
2006-09-28
2
-79
/
+122
*
Add driGetVBlankInterval() helper function.
Michel Dänzer
2006-09-28
2
-14
/
+27
*
driWaitForVBlank: Add support for secondary vertical blank.
Michel Dänzer
2006-09-28
2
-2
/
+10
*
Some restructuring of the driWaitForVBlank() code.
Michel Dänzer
2006-09-28
1
-23
/
+27
*
Make driDrawableInitVBlank() initialize the sequence number.
Michel Dänzer
2006-09-28
10
-23
/
+37
*
Remove r200 dependency
Jerome Glisse
2006-09-26
3
-64
/
+2
*
Remove r200 dependency.
Jerome Glisse
2006-09-26
1
-15
/
+1
*
Fixup one place where attrsz was being used instead of active_sz
Keith Whitwell
2006-09-25
1
-1
/
+1
*
fix the broken fallback string/debug stuff
Brian Paul
2006-09-22
1
-19
/
+44
*
remove extra indentation
Brian Paul
2006-09-22
1
-98
/
+98
*
fix up access to vertex attrib components which don't really exist but are de...
Roland Scheidegger
2006-09-22
1
-1
/
+39
*
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
*
try to use a 8888 texture format which will result in only a memcopy in mesa'...
Roland Scheidegger
2006-09-20
5
-23
/
+171
*
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
*
fix mixed texgen/non-texgen with texgen modes requiring plane parameters (GL_...
Roland Scheidegger
2006-09-20
1
-4
/
+89
*
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
*
make current GLX context per-thread
Brian Paul
2006-09-20
1
-4
/
+33
*
fix a memleak in DestroyContext()
Brian Paul
2006-09-20
1
-5
/
+6
*
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
*
change make depend output redirection to 2>&1 (bug 8344)
Brian Paul
2006-09-18
1
-1
/
+1
*
Fallback if ColorLogicOp is enabled. Cleanup a bit the fallback
Jerome Glisse
2006-09-14
1
-29
/
+53
*
Remove MESA_LITTLE_ENDIAN guard for code that seems to work fine on big endian.
Michel Dänzer
2006-09-14
1
-2
/
+0
*
VS nr of urb entries is constrained to be one of a fixed set of values,
Keith Whitwell
2006-09-14
1
-2
/
+2
*
always use argb8888 instead of rgba8888, this is far more likely to hit a fas...
Roland Scheidegger
2006-09-13
1
-4
/
+4
*
Always mark tex state atom as dirty when the texture image is dirty, this ens...
Roland Scheidegger
2006-09-13
2
-8
/
+13
*
don't use derived value _ColorLogicOpEnabled as it's not current by the time ...
Roland Scheidegger
2006-09-13
2
-5
/
+8
[next]