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
/
drivers
/
dri
/
intel
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel: advertise GL_OES_point_sprite
Chia-I Wu
2011-03-16
1
-0
/
+2
*
android: Add __DRI_IMAGE_FORMAT_RGBA8888_REV.
Chia-I Wu
2011-03-16
1
-0
/
+10
*
android: Enable extensions required by ES1 for i915c.
Chia-I Wu
2011-03-16
1
-0
/
+5
*
android: Fix depth/stencil with i915c/i965c.
Chia-I Wu
2011-03-16
1
-0
/
+26
*
i915c: Add GL_OES_draw_texture support.
Chia-I Wu
2011-03-16
4
-0
/
+20
*
mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlines
Brian Paul
2011-03-11
1
-1
/
+1
*
intel: Don't complain when getparam fails due to a missing param.
Eric Anholt
2011-03-09
1
-1
/
+3
*
intel: check for miptree allocation failure
Chris Wilson
2011-03-07
1
-0
/
+2
*
intel: Add some defense against buffer allocation failure for subimage blits
Chris Wilson
2011-03-07
1
-11
/
+11
*
intel: Add some defense against bo allocation failure
Chris Wilson
2011-03-07
1
-7
/
+11
*
i965: Align index to type size and flush if the type changes
Chris Wilson
2011-03-04
3
-4
/
+6
*
intel: Add couple of missing gen6 commands to decode
Chris Wilson
2011-03-04
1
-0
/
+2
*
i965: SNB GT1 has only 32k urb and max 128 urb entries.
Zou Nan hai
2011-03-03
1
-0
/
+4
*
intel: Support glCopyTexImage() from ARGB8888 to XRGB8888.
Kenneth Graunke
2011-03-01
1
-2
/
+11
*
i965: Use negative relocation deltas to minimse vertex uploads
Chris Wilson
2011-03-01
2
-0
/
+12
*
mesa: move PBO-related functions into a new file
Brian Paul
2011-02-28
3
-0
/
+3
*
intel: Use the current context rather than last bound context for a drawable.
Eric Anholt
2011-02-26
1
-1
/
+2
*
intel: Try using glCopyTexSubImage2D in _mesa_meta_BlitFramebuffer
Neil Roberts
2011-02-24
3
-22
/
+108
*
intel: Reset the buffer offset after releasing reference to packed upload
Chris Wilson
2011-02-24
1
-58
/
+76
*
intel: Protect against waiting on a NULL render target bo
Chris Wilson
2011-02-24
1
-1
/
+1
*
intel: gen3 is particular sensitive to batch size
Chris Wilson
2011-02-23
1
-1
/
+1
*
intel: Fix insufficient integer width for upload buffer offset
Chris Wilson
2011-02-21
1
-2
/
+2
*
intel: use throttle ioctl for throttling
Chris Wilson
2011-02-21
3
-13
/
+3
*
intel: Skip the flush before read-pixels via blit
Chris Wilson
2011-02-21
1
-4
/
+7
*
intel: extend current vertex buffers
Chris Wilson
2011-02-21
1
-3
/
+1
*
intel: Use specified alignment for writes into the upload buffer
Chris Wilson
2011-02-21
2
-23
/
+48
*
intel: combine short memcpy using a temporary allocated buffer
Chris Wilson
2011-02-21
2
-33
/
+21
*
i965: Move repeat-instruction-suppression to batchbuffer core
Chris Wilson
2011-02-21
3
-15
/
+74
*
intel: use pwrite for batch
Chris Wilson
2011-02-21
13
-235
/
+164
*
intel: Buffered upload
Chris Wilson
2011-02-21
4
-16
/
+81
*
intel: Replace the bo for a complete update
Chris Wilson
2011-02-21
1
-6
/
+13
*
i965: Combine vb upload buffer with the general upload buffer
Chris Wilson
2011-02-21
2
-16
/
+63
*
intel: Pack dynamic draws together
Chris Wilson
2011-02-21
6
-12
/
+80
*
intel: Use system memory for DYNAMIC_DRAW source objects
Chris Wilson
2011-02-21
1
-20
/
+31
*
intel: Remove setup of the old dri/ meta code, which is now unused.
Eric Anholt
2011-02-12
2
-7
/
+1
*
mesa: remove _mesa_initialize_context_for_api()
Brian Paul
2011-02-08
1
-2
/
+2
*
intel: Implement dri2::{Allocate,Release}Buffer
Benjamin Franzke
2011-02-07
1
-0
/
+47
*
mesa/965: add support for GL_EXT_framebuffer_sRGB (v2)
Dave Airlie
2011-02-05
2
-0
/
+2
*
i965: add support for EXT_texture_sRGB_decode
Dave Airlie
2011-01-16
1
-0
/
+1
*
mesa: begin implementation of GL_ARB_draw_buffers_blend
Brian Paul
2011-01-15
1
-6
/
+6
*
intel: Expose GL_ARB_ES2_compatibility.
Eric Anholt
2011-01-14
1
-0
/
+2
*
i915: Fix compiler warning from sw fallback removal change.
Eric Anholt
2011-01-14
1
-1
/
+1
*
i915: Disable extension OES_standard_derivatives
Chad Versace
2011-01-13
1
-0
/
+13
*
i965: Use a new miptree to avoid software fallbacks due to drawing offset.
Eric Anholt
2011-01-10
1
-12
/
+66
*
intel: Drop the speculatively-use-firstImage-mt in validation.
Eric Anholt
2011-01-10
1
-17
/
+0
*
intel: Don't relayout the texture on maxlevel change.
Eric Anholt
2011-01-10
1
-7
/
+6
*
intel: When making a new teximage miptree, make a full one.
Eric Anholt
2011-01-10
1
-79
/
+68
*
Revert "intel: Always allocate miptrees from level 0, not tObj->BaseLevel."
Eric Anholt
2011-01-10
6
-61
/
+126
*
intel: Include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-09
6
-0
/
+7
*
intel: Make renderbuffer tiling choice match texture tiling choice.
Eric Anholt
2011-01-07
1
-4
/
+9
[next]