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
*
i965: Enable GL_ARB_texture_rg
Ian Romanick
2010-10-01
3
-0
/
+67
*
i965: Update renderer strings for sandybridge
Adam Jackson
2010-09-30
1
-0
/
+13
*
dri/intel: remove duplicated include
Nicolas Kaiser
2010-09-30
1
-1
/
+0
*
i965: always set tiling for fbo depth buffer on sandybridge
Zhenyu Wang
2010-09-30
1
-2
/
+8
*
i965: fallback bitmap operation on sandybridge
Zhenyu Wang
2010-09-28
1
-0
/
+6
*
i965: only allow SIMD8 kernel on sandybridge now
Zhenyu Wang
2010-09-28
1
-0
/
+5
*
i965: sandybridge pipe control workaround before write cache flush
Zhenyu Wang
2010-09-28
2
-1
/
+21
*
i965: Add all device ids for sandybridge
Zhenyu Wang
2010-09-28
1
-6
/
+14
*
Remove unnescessary initializations of UpdateTexturePalette
Ian Romanick
2010-09-27
1
-1
/
+0
*
Remove GL_EXT_cull_vertex
Ian Romanick
2010-09-27
1
-2
/
+0
*
mesa: Force GL_SGIS_generate_mipmap to always be enabled
Ian Romanick
2010-09-27
1
-1
/
+0
*
mesa: Force GL_ARB_copy_buffer to always be enabled
Ian Romanick
2010-09-27
1
-2
/
+0
*
intel: Remove unnecessary header.
Vinson Lee
2010-09-25
1
-1
/
+0
*
intel: Remove unnecessary headers.
Vinson Lee
2010-09-24
2
-21
/
+0
*
intel: Fix implicit declaration of function '_mesa_meta_Bitmap' warning.
Vinson Lee
2010-09-24
1
-0
/
+1
*
intel: Improve some of the miptree debugging.
Eric Anholt
2010-09-24
1
-2
/
+11
*
intel: More reverting of the sw fallback for depth texture border color.
Eric Anholt
2010-09-24
1
-4
/
+1
*
intel: Add fallback debug to glGenerateMipmap.
Eric Anholt
2010-09-24
1
-0
/
+4
*
intel: Fix segfault on INTEL_DEBUG=fbo with unsupported framebuffers.
Eric Anholt
2010-09-24
1
-3
/
+2
*
i965: Add support for rendering to SARGB8 FBOs.
Eric Anholt
2010-09-24
2
-0
/
+6
*
intel: Corresponding FinishRenderTexture debug to BeginRenderTexture.
Eric Anholt
2010-09-24
1
-0
/
+4
*
intel: Dead comment removal.
Eric Anholt
2010-09-24
1
-1
/
+0
*
intel: Remove dead intelIsTextureResident().
Eric Anholt
2010-09-23
1
-18
/
+0
*
intel: Replace my intel_texture_bitmap code with _mesa_meta_Bitmap.
Eric Anholt
2010-09-23
1
-180
/
+1
*
intel: Remove unnecessary minimum pitch alignment to 32 bytes.
Eric Anholt
2010-09-23
1
-6
/
+0
*
intel: Remove disabled stencil drawpixels acceleration.
Eric Anholt
2010-09-23
1
-210
/
+0
*
mesa: Remove EXT_convolution.
Eric Anholt
2010-09-23
2
-16
/
+6
*
dri: Pass the __DRIscreen and the __DRIscreen private back to image lookup
Kristian Høgsberg
2010-09-22
2
-4
/
+4
*
dri2: Make createImageFromName() take a __DRIscreen instead of __DRIcontext
Kristian Høgsberg
2010-09-22
1
-3
/
+3
*
intel: Fix GL_ARB_shading_language_120 commit
Kristian Høgsberg
2010-09-22
1
-0
/
+3
*
mesa: don't advertise bogus GL_ARB_shading_language_120 extension
Brian Paul
2010-09-21
1
-1
/
+0
*
Fix typos in comments and debug output strings.
Timo Wiren
2010-09-20
1
-1
/
+1
*
dri: Unset current context and dispatch table when unbinding
Kristian Høgsberg
2010-09-08
1
-0
/
+3
*
i965: Enable EXT_framebuffer_blit internally.
Kenneth Graunke
2010-09-07
1
-0
/
+1
*
i965: Apply the rest of the old-libdrm guard patch.
Cedric Vivier
2010-08-30
1
-0
/
+13
*
intel: Merge identical cases in switch statement.
Nick Bowler
2010-08-26
1
-11
/
+5
*
intel: Support EGL_MESA_image_drm
Kristian Høgsberg
2010-08-25
3
-0
/
+87
*
intel: Take an intel_screen pointer in intel_alloc_region_* functions
Kristian Høgsberg
2010-08-25
6
-37
/
+32
*
intel: Add support for MAX_SAMPLES=1 EXT_framebuffer_multisample.
Eric Anholt
2010-08-23
2
-1
/
+5
*
i965: Add sandybridge D0 pci ids
Zhenyu Wang
2010-08-23
1
-1
/
+3
*
intel: Don't try to do work for BufferSubData with a size of 0.
Eric Anholt
2010-08-20
1
-0
/
+6
*
i915: Enable ARB_fragment_shader by default.
Eric Anholt
2010-08-17
1
-1
/
+1
*
Merge branch 'master' into glsl2
Ian Romanick
2010-08-13
8
-428
/
+41
|
\
|
*
intel: Check for a NULL src buffer prior to blt
Chris Wilson
2010-08-05
1
-1
/
+1
|
*
intel: Check for region allocation failure.
Chris Wilson
2010-08-05
1
-0
/
+6
|
*
intel: Remove unnecessary header.
Vinson Lee
2010-08-04
1
-1
/
+0
|
*
intel: Add missing header to intel_context.c.
Vinson Lee
2010-07-30
1
-0
/
+1
|
*
intel: Add missing header.
Vinson Lee
2010-07-29
1
-0
/
+1
|
*
intel: Don't depend on context config values when picking texture formats
Kristian Høgsberg
2010-07-29
1
-24
/
+12
|
*
intel: Implement EGL_KHR_surfaceless extension
Kristian Høgsberg
2010-07-28
1
-7
/
+20
[next]