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: Initial IS_GEN7 plumbing.
Kenneth Graunke
2011-05-17
3
-3
/
+17
*
egl: Add a cursor use bit to MESA_drm_image
Kristian Høgsberg
2011-05-06
1
-1
/
+9
*
Revert "intel: use throttle ioctl for throttling"
Eric Anholt
2011-04-27
3
-3
/
+13
*
Squashed commit of the following:
Brian Paul
2011-04-26
1
-1
/
+1
*
intel: Use tiling for dri2AllocateBuffer implementation
Kristian Høgsberg
2011-04-26
1
-1
/
+10
*
intel: Set gen in intelInitScreen, just copy value in intelInitContext
Kristian Høgsberg
2011-04-26
3
-5
/
+14
*
intel: Use X tiling for DRM EGL Images
Kristian Høgsberg
2011-04-26
1
-1
/
+1
*
intel: Add support for ARB_sampler_objects.
Eric Anholt
2011-04-23
2
-3
/
+9
*
i965: Add support for NV_conditional_render.
Eric Anholt
2011-04-23
4
-0
/
+13
*
i965: Add support for ARB_texture_compression_rgtc.
Eric Anholt
2011-04-23
2
-0
/
+7
*
intel: Add support for ARB_color_buffer_float.
Eric Anholt
2011-04-20
1
-0
/
+1
*
intel: Add support for ARB_texture_float.
Eric Anholt
2011-04-20
5
-1
/
+31
*
intel: Add support for blit copies of >32bpp formats.
Eric Anholt
2011-04-20
1
-0
/
+11
*
intel: Add I8 and L8 to intel_mesa_format_to_rb_datatype().
Eric Anholt
2011-04-18
1
-0
/
+2
*
intel: Use mesa core's R8, RG88, R16, RG1616 RB accessors.
Eric Anholt
2011-04-18
1
-25
/
+4
*
intel: Use Mesa core's renderbuffer accessors for depth.
Eric Anholt
2011-04-18
1
-33
/
+15
*
intel: Use _mesa_base_tex_format for FBO texture attachments.
Eric Anholt
2011-04-18
1
-1
/
+1
*
Merge branch 'arb_sampler_objects'
Brian Paul
2011-04-11
2
-3
/
+3
|
\
|
*
mesa: move sampler state into new gl_sampler_object type
Brian Paul
2011-04-10
2
-3
/
+3
*
|
intel: Fix ROUND_DOWN_TO macro
Ian Romanick
2011-04-11
1
-3
/
+27
|
/
*
dri: Remove driver date from renderer string
Ian Romanick
2011-04-05
1
-5
/
+1
*
i965: Add the missing supportable EXT_texture_snorm formats
Ian Romanick
2011-04-04
1
-0
/
+5
*
intel: Fix regression in clear_with_blit from 7bae1c3d
Chris Wilson
2011-03-31
1
-11
/
+12
*
intel: Remove the unrelaxed relocation assertion
Chris Wilson
2011-03-30
1
-4
/
+0
*
intel: Add some defense against buffer allocation failure for subimage blits
Chris Wilson
2011-03-30
1
-1
/
+9
*
Revert "intel: Add some defense against buffer allocation failure for subimag...
Chris Wilson
2011-03-30
1
-11
/
+11
*
intel: Add IS_GT2 macro for recognizing Sandybridge GT2 systems.
Kenneth Graunke
2011-03-29
1
-8
/
+7
*
intel: Protect intel_clear_with_blit from failed buffer allocations
Chris Wilson
2011-03-29
1
-10
/
+11
*
intel: Don't leak the tex object miptree when replacing it
Ian Romanick
2011-03-28
1
-1
/
+3
*
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
[next]