index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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
*
dri: drop MINIGLX_SOURCES (2)
George Sapountzis
2010-03-06
1
-1306
/
+0
*
intel: Remove support for the DRI1 TFP extension.
Eric Anholt
2010-03-05
4
-35
/
+0
*
intel: Only do batchbuffer debug if --enable-debug is used.
Eric Anholt
2010-03-05
1
-0
/
+10
*
intel: Replace batch macro contents with function calls.
Eric Anholt
2010-03-05
1
-28
/
+39
*
intel: Move the assertions about reloc delta from the macros to the function.
Eric Anholt
2010-03-05
2
-2
/
+4
*
intel: Check that the batch is mapped per BEGIN, not each OUT.
Eric Anholt
2010-03-05
1
-1
/
+1
*
Merge branch 'object-purgeable'
Chris Wilson
2010-03-05
2
-1
/
+136
|
\
|
*
APPLE_object_purgeable: intel
Chris Wilson
2010-03-05
2
-1
/
+136
*
|
intel: Remove non-kernel-exec-fencing support.
Eric Anholt
2010-03-04
13
-581
/
+69
*
|
intel: Remove the unused s8 spans code. Not hit during no_rast piglit.
Eric Anholt
2010-03-04
1
-59
/
+1
*
|
i915: Enable texture tiling by default.
Eric Anholt
2010-03-04
1
-8
/
+3
|
/
*
i915: Tell the kernel when we actually need fence registers on our BOs.
Eric Anholt
2010-03-03
4
-12
/
+49
*
intel: Use drm_intel_bo_alloc_tiled for region allocs.
Eric Anholt
2010-03-03
1
-28
/
+11
*
i915: Don't do the pitch expansion for tiled buffers.
Eric Anholt
2010-03-03
1
-4
/
+4
*
intel: Use GTT mapping in the blit fallback path in case there's tiling.
Eric Anholt
2010-03-03
1
-15
/
+14
*
intel: Set InternalFormat for renderbuffers created from an EGLImage
Kristian Høgsberg
2010-03-03
1
-0
/
+1
*
intel: passs correct context type to intel_prepare_render() call
Brian Paul
2010-03-02
1
-1
/
+1
*
intel: Lookup requested renderbuffer in intel_create_image_from_renderbuffer
Kristian Høgsberg
2010-02-26
1
-1
/
+2
*
intel: Fix up INTEL_NO_HW support.
Eric Anholt
2010-02-25
1
-1
/
+2
*
i965: Fix up some Sandybridge define checks for the structure rebase.
Eric Anholt
2010-02-25
1
-0
/
+2
*
i965: Untested Sandybridge SF setup.
Eric Anholt
2010-02-25
1
-0
/
+13
*
i965: Add basic decode of new gen6 packet boundaries.
Eric Anholt
2010-02-25
1
-0
/
+6
*
i965: Set up sandybridge depthbuffer.
Eric Anholt
2010-02-25
1
-1
/
+3
*
intel: Start adding defines and some bits for sandybridge bringup.
Eric Anholt
2010-02-25
4
-4
/
+34
*
intel: Implement GL_OES_EGL_image entrypoints
Kristian Høgsberg
2010-02-24
2
-0
/
+88
*
intel: Implement DRI image extension
Kristian Høgsberg
2010-02-24
2
-0
/
+101
*
intel: Call intel_prepare_render() in intelMakeCurrent()
Kristian Høgsberg
2010-02-23
1
-0
/
+1
*
i965: Enable GL_ARB_fragment_coord_conventions now that the GLSL is fixed.
Eric Anholt
2010-02-23
1
-0
/
+1
*
intel: assert that we do not overflow the batch buffer.
Chris Wilson
2010-02-22
1
-1
/
+2
*
intel: Check that we have a bufmgr or bail out when initializing the context.
Chris Wilson
2010-02-22
1
-0
/
+4
*
intel: Silence compiler format warnings.
Vinson Lee
2010-02-20
2
-2
/
+2
*
intel: Set buffer stamp before getting new buffers
Kristian Høgsberg
2010-02-19
1
-1
/
+5
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
6
-15
/
+15
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
6
-17
/
+17
*
intel: Include main/hash.h using "" instead of <>
Kristian Høgsberg
2010-02-18
1
-1
/
+1
*
intel: Implement the DRI2 invalidate function properly
Kristian Høgsberg
2010-02-17
13
-48
/
+70
*
dri2: Event driven buffer validation.
Francisco Jerez
2010-02-16
3
-8
/
+5
*
intel: Remove unused variable.
Vinson Lee
2010-02-12
1
-1
/
+0
*
intel: Avoid dri_bo_flink() in intel_update_renderbuffers()
Kristian Høgsberg
2010-02-12
1
-8
/
+2
*
intel: Track named regions and make sure we only have one region per named bo
Kristian Høgsberg
2010-02-12
4
-1
/
+41
*
i915: Remove always-true irq_active struct intel_screen field
Kristian Høgsberg
2010-02-11
3
-8
/
+0
*
i915: Remove a few DRI1 era struct intel_screen fields
Kristian Høgsberg
2010-02-11
2
-9
/
+0
*
i915: Drop intelScreenPrivate typedef and just call it struct intel_screen
Kristian Høgsberg
2010-02-11
4
-15
/
+9
*
i915: Remove unused intelRegion struct
Kristian Høgsberg
2010-02-11
1
-23
/
+0
*
i915: Remove left-over drmUnmap()
Kristian Høgsberg
2010-02-11
2
-7
/
+1
*
intel: Don't expose GLX_SWAP_EXCHANGE_OML
Ian Romanick
2010-02-10
1
-2
/
+1
*
intel: Expose a minimal number of configs with accumulation buffer
Ian Romanick
2010-02-10
1
-0
/
+28
*
dri: Allow selective generation of accum. buffer configs
Ian Romanick
2010-02-10
1
-1
/
+2
*
intel: Stop exposing useless 24 depth/0 stencil configs
Ian Romanick
2010-02-10
1
-7
/
+4
*
intel: Remove redundant init of depth_bits / stencil_bits in intelInitScreen2
Ian Romanick
2010-02-10
1
-9
/
+0
[next]