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: Define span functions for S8 renderbuffers
Chad Versace
2011-06-08
1
-0
/
+64
*
intel: Update intel-decode.c from intel-gpu-tools.
Eric Anholt
2011-06-07
2
-88
/
+785
*
intel: Implement glFinish() correctly by waiting on all previous rendering.
Eric Anholt
2011-06-07
3
-16
/
+13
*
intel: Remove unused NO_TILE macro
Ian Romanick
2011-05-31
1
-3
/
+0
*
intel: Drop doubly irrelevant code in intelReadBuffers.
Eric Anholt
2011-05-26
1
-12
/
+0
*
intel: Change FBO validation criteria to accomodate hiz and seprate stencil
Chad Versace
2011-05-25
1
-15
/
+27
*
intel: Fix intel_draw_buffer() to accomodate hiz and separate stencil
Chad Versace
2011-05-25
1
-5
/
+11
*
intel: Add hiz_region to intel_mipmap_tree
Chad Versace
2011-05-25
3
-0
/
+36
*
intel: Refactor the wrapping of textures with renderbuffers
Chad Versace
2011-05-25
1
-7
/
+8
*
intel: Add hiz_region to intel_renderbuffer
Chad Versace
2011-05-25
2
-0
/
+46
*
intel: Add is_hiz_depth_format() to intel_contex.vtbl
Chad Versace
2011-05-25
1
-0
/
+4
*
intel: Allocate region for separate stencil buffer
Chad Versace
2011-05-25
1
-3
/
+30
*
intel: Change supported texture formats for separate stencil
Chad Versace
2011-05-25
2
-1
/
+7
*
intel: Add flags to intel_context for hiz and separate stencil
Chad Versace
2011-05-25
2
-0
/
+58
*
i965: Add support for rendering to depthbuffer mipmap levels > 0.
Eric Anholt
2011-05-18
2
-0
/
+39
*
i965: Rename IS_GT1 and IS_GT2 to IS_SNB_GT1 and IS_SNB_GT2.
Kenneth Graunke
2011-05-18
1
-3
/
+3
*
intel: Recognize new Ivybridge PCI IDs.
Kenneth Graunke
2011-05-17
2
-2
/
+22
*
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
[next]