index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
Age
Commit message (
Expand
)
Author
2006-10-14
build fix: s/Table/TableUB/
Brian Paul
2006-10-13
implement ARB_point_parameters and ARB_point_sprite on r200. The code is near...
Roland Scheidegger
2006-10-13
Upload of interleaved arrays currently assumes that position is the
Keith Whitwell
2006-10-13
Make sure instructions are zero'd out before use.
Keith Whitwell
2006-10-13
Use unsigned long batchbuffer offset, fixes x64 warnings.
Keith Whitwell
2006-10-13
Fix printf warning.
Keith Whitwell
2006-10-13
Use unsigned long cast for checking pointer alignment, fixes x64 warnings.
Keith Whitwell
2006-10-13
Use mesa function to get opcode name rather than an internal table.
Keith Whitwell
2006-10-13
Revamp color table code.
Brian Paul
2006-10-11
Fix bug #4681.
Ian Romanick
2006-10-10
Use the mesa-provided texenv program rather than rolling our own.
Keith Whitwell
2006-10-05
missing file
Keith Whitwell
2006-10-05
Accelerate glBitmap with a color expand blit. Nice speedup for demos
Keith Whitwell
2006-10-05
Quieten debug message.
Keith Whitwell
2006-10-05
eliminate rhw divide under some circumstances
Keith Whitwell
2006-10-05
Quieten debug message.
Keith Whitwell
2006-10-02
Bugzilla 6242: [mach64] Use private DMA buffers (only)
Felix Kuehling
2006-09-29
i915: Fix wait for scheduled swap on secondary display.
Michel Dänzer
2006-09-29
Move mipmap generation functions, texture scaling functions into new
Brian Paul
2006-09-28
Synchronize drawable to the pipe where the bigger part can be visible.
Michel Dänzer
2006-09-28
Add new I830 SAREA fields.
Michel Dänzer
2006-09-28
Add helper function that returns the current vblank sequence of a drawable.
Michel Dänzer
2006-09-28
Add helper function to calculate the area of the intersection of two rectangles.
Michel Dänzer
2006-09-28
i915: Handle DRM_VBLANK_SECONDARY when scheduling buffer swaps.
Michel Dänzer
2006-09-28
i915: Attempt to schedule buffer swap on target vertical blank when possible.
Michel Dänzer
2006-09-28
Add driGetVBlankInterval() helper function.
Michel Dänzer
2006-09-28
driWaitForVBlank: Add support for secondary vertical blank.
Michel Dänzer
2006-09-28
Some restructuring of the driWaitForVBlank() code.
Michel Dänzer
2006-09-28
Make driDrawableInitVBlank() initialize the sequence number.
Michel Dänzer
2006-09-26
Remove r200 dependency
Jerome Glisse
2006-09-26
Remove r200 dependency.
Jerome Glisse
2006-09-25
Fixup one place where attrsz was being used instead of active_sz
Keith Whitwell
2006-09-22
fix the broken fallback string/debug stuff
Brian Paul
2006-09-22
remove extra indentation
Brian Paul
2006-09-22
fix up access to vertex attrib components which don't really exist but are de...
Roland Scheidegger
2006-09-22
Explicit test for +ve pitches in intelEmitCopyBlit()
Keith Whitwell
2006-09-21
Do a better job of choosing texture formats to avoid image conversions.
Keith Whitwell
2006-09-21
use the requested internal texture format where possible
Keith Whitwell
2006-09-21
Catch a couple of cases where we would have to delete and recreate the
Keith Whitwell
2006-09-20
try to use a 8888 texture format which will result in only a memcopy in mesa'...
Roland Scheidegger
2006-09-20
Add a comment about the interactions of negative pitches, overlapping
Keith Whitwell
2006-09-20
remove some dead code
Keith Whitwell
2006-09-20
Fix some warnings
Keith Whitwell
2006-09-20
fix mixed texgen/non-texgen with texgen modes requiring plane parameters (GL_...
Roland Scheidegger
2006-09-20
Support ARB_texture_rectangle.
Keith Whitwell
2006-09-20
1) Add a new flag in the sarea (coopting the unused texAge value) to
Keith Whitwell
2006-09-20
Broadwater seems to prefer this style of blitting.
Keith Whitwell
2006-09-20
add accelerated glCopyPixels path
Keith Whitwell
2006-09-20
restore debug output after brw_wm_fp compilation stage
Keith Whitwell
2006-09-20
Use DEBUG_SYNC to switch between per-primitive and per-frame aubfile dumps.
Keith Whitwell
[next]