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
/
intel
Age
Commit message (
Expand
)
Author
2011-03-09
intel: Don't complain when getparam fails due to a missing param.
Eric Anholt
2011-03-07
intel: check for miptree allocation failure
Chris Wilson
2011-03-07
intel: Add some defense against buffer allocation failure for subimage blits
Chris Wilson
2011-03-07
intel: Add some defense against bo allocation failure
Chris Wilson
2011-03-04
i965: Align index to type size and flush if the type changes
Chris Wilson
2011-03-04
intel: Add couple of missing gen6 commands to decode
Chris Wilson
2011-03-03
i965: SNB GT1 has only 32k urb and max 128 urb entries.
Zou Nan hai
2011-03-01
intel: Support glCopyTexImage() from ARGB8888 to XRGB8888.
Kenneth Graunke
2011-03-01
i965: Use negative relocation deltas to minimse vertex uploads
Chris Wilson
2011-02-28
mesa: move PBO-related functions into a new file
Brian Paul
2011-02-26
intel: Use the current context rather than last bound context for a drawable.
Eric Anholt
2011-02-24
intel: Try using glCopyTexSubImage2D in _mesa_meta_BlitFramebuffer
Neil Roberts
2011-02-24
intel: Reset the buffer offset after releasing reference to packed upload
Chris Wilson
2011-02-24
intel: Protect against waiting on a NULL render target bo
Chris Wilson
2011-02-23
intel: gen3 is particular sensitive to batch size
Chris Wilson
2011-02-21
intel: Fix insufficient integer width for upload buffer offset
Chris Wilson
2011-02-21
intel: use throttle ioctl for throttling
Chris Wilson
2011-02-21
intel: Skip the flush before read-pixels via blit
Chris Wilson
2011-02-21
intel: extend current vertex buffers
Chris Wilson
2011-02-21
intel: Use specified alignment for writes into the upload buffer
Chris Wilson
2011-02-21
intel: combine short memcpy using a temporary allocated buffer
Chris Wilson
2011-02-21
i965: Move repeat-instruction-suppression to batchbuffer core
Chris Wilson
2011-02-21
intel: use pwrite for batch
Chris Wilson
2011-02-21
intel: Buffered upload
Chris Wilson
2011-02-21
intel: Replace the bo for a complete update
Chris Wilson
2011-02-21
i965: Combine vb upload buffer with the general upload buffer
Chris Wilson
2011-02-21
intel: Pack dynamic draws together
Chris Wilson
2011-02-21
intel: Use system memory for DYNAMIC_DRAW source objects
Chris Wilson
2011-02-12
intel: Remove setup of the old dri/ meta code, which is now unused.
Eric Anholt
2011-02-08
mesa: remove _mesa_initialize_context_for_api()
Brian Paul
2011-02-07
intel: Implement dri2::{Allocate,Release}Buffer
Benjamin Franzke
2011-02-05
mesa/965: add support for GL_EXT_framebuffer_sRGB (v2)
Dave Airlie
2011-01-16
i965: add support for EXT_texture_sRGB_decode
Dave Airlie
2011-01-15
mesa: begin implementation of GL_ARB_draw_buffers_blend
Brian Paul
2011-01-14
intel: Expose GL_ARB_ES2_compatibility.
Eric Anholt
2011-01-14
i915: Fix compiler warning from sw fallback removal change.
Eric Anholt
2011-01-13
i915: Disable extension OES_standard_derivatives
Chad Versace
2011-01-10
i965: Use a new miptree to avoid software fallbacks due to drawing offset.
Eric Anholt
2011-01-10
intel: Drop the speculatively-use-firstImage-mt in validation.
Eric Anholt
2011-01-10
intel: Don't relayout the texture on maxlevel change.
Eric Anholt
2011-01-10
intel: When making a new teximage miptree, make a full one.
Eric Anholt
2011-01-10
Revert "intel: Always allocate miptrees from level 0, not tObj->BaseLevel."
Eric Anholt
2011-01-09
intel: Include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-07
intel: Make renderbuffer tiling choice match texture tiling choice.
Eric Anholt
2011-01-07
intel: Use the _BaseFormat from MESA_FORMAT_* in renderbuffer setup.
Eric Anholt
2011-01-07
i915: Don't claim to support AL1616 when neither 830 nor 915 does it.
Eric Anholt
2011-01-07
intel: Add a vtbl hook for determining if a format is renderable.
Eric Anholt
2011-01-07
intel: expose ARB_framebuffer_object in the i915 driver.
Eric Anholt
2011-01-06
i965: skip too small size mipmap
Zou Nan hai
2011-01-05
intel: Always allocate miptrees from level 0, not tObj->BaseLevel.
Eric Anholt
[next]