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
*
intel: Remove long-dead comment about releasing texture heaps.
Eric Anholt
2010-06-14
1
-15
/
+0
*
i965: Remove caching of surface state objects.
Eric Anholt
2010-06-11
2
-19
/
+0
*
i965: Add support for streaming indirect state rather than caching objects.
Eric Anholt
2010-06-11
3
-1
/
+12
*
intel: Remove unnecessary header.
Vinson Lee
2010-06-10
1
-1
/
+0
*
i965: Add support for GL_ALPHA framebuffer objects.
Eric Anholt
2010-06-10
4
-14
/
+50
*
intel: Use the blitter to upload TexSubImage data to busy textures.
Eric Anholt
2010-06-09
1
-10
/
+67
*
intel: Flag NEW_BUFFERS when changing draw buffers.
Eric Anholt
2010-06-08
1
-0
/
+1
*
intel: Convert remaining dri_bo_emit_reloc to drm_intel_bo_emit_reloc.
Eric Anholt
2010-06-08
1
-2
/
+3
*
intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.
Eric Anholt
2010-06-08
11
-66
/
+70
*
intel: Clean up stale comments in intel_batchbuffer.c.
Eric Anholt
2010-06-08
1
-4
/
+1
*
intel: Remove the non-gem paths for batchbuffer upload.
Eric Anholt
2010-06-08
1
-22
/
+4
*
intel: Update comment in intel_tex_copy from before miptree x/y rework.
Eric Anholt
2010-06-08
1
-1
/
+1
*
i915: Don't use XRGB8888 on 830 and 845.
Eric Anholt
2010-06-04
3
-2
/
+18
*
intel: Fix intel_compressed_num_bytes for FXT1 after I broke it.
Eric Anholt
2010-06-04
1
-1
/
+1
*
intel: Fallback to meta if we're asked to CopyTexImage2D from RGB to RGBA
Kristian Høgsberg
2010-06-01
1
-0
/
+8
*
intel: Initialize batch->reserved_space on allocation
Chris Wilson
2010-05-31
1
-2
/
+1
*
i965: fix PIPE_CONTROL command for gen6.
Zou Nan hai
2010-05-28
1
-1
/
+10
*
i965: Add support for EXT_timer_query on Ironlake.
Eric Anholt
2010-05-26
1
-0
/
+7
*
intel: Handle decode of PIPE_CONTROL instructions.
Eric Anholt
2010-05-26
1
-0
/
+27
*
i965: Don't PIPE_CONTROL instruction cache flush.
Eric Anholt
2010-05-26
1
-1
/
+0
*
i965: Add support for all 8 possible ARB_draw_buffers in Mesa.
Eric Anholt
2010-05-23
1
-1
/
+0
*
intel: Throttle after doing copyregion/swapbuffers round trip
Kristian Høgsberg
2010-05-20
4
-35
/
+29
*
i965: Revert accidental debug change in 562e2d114ec0cba8
Eric Anholt
2010-05-18
1
-1
/
+1
*
i965: Add SF program disasm under INTEL_DEBUG=sf.
Eric Anholt
2010-05-17
2
-2
/
+2
*
intel: Call intel_draw_buffer() again after _mesa_make_current()
Kristian Høgsberg
2010-05-17
1
-0
/
+6
*
i965: Add program dumping for INTEL_DEBUG=gs.
Eric Anholt
2010-05-14
2
-2
/
+2
*
i965: Support INTEL_DEBUG=clip to dump the clip program.
Eric Anholt
2010-05-14
4
-1
/
+6
*
intel: Handle arbitrary compressed formats in intel_compressed_num_bytes.
Eric Anholt
2010-05-14
1
-19
/
+8
*
intel: Don't update window system renderbuffers on TexImage.
Eric Anholt
2010-05-13
2
-3
/
+5
*
intel: Don't update renderbuffers in intelSetTexBuffer2 if we have invalidate
Kristian Høgsberg
2010-05-11
1
-1
/
+3
*
intel: Drop viewport hack when we can
Kristian Høgsberg
2010-05-11
2
-4
/
+12
*
intel: Also flush front buffer in glFinish()
Kristian Høgsberg
2010-05-10
1
-0
/
+1
*
intel: Drop intelFlush()
Kristian Høgsberg
2010-05-10
12
-26
/
+19
*
intel: Only flush fake front buffer on API level glFlush()
Kristian Høgsberg
2010-05-10
1
-17
/
+29
*
intel: Don't mark front buffer dirty if we're only reading
Kristian Høgsberg
2010-05-10
1
-1
/
+12
*
intel: Mark frontbuffer dirty in intel_prepare_render()
Kristian Høgsberg
2010-05-10
1
-9
/
+8
*
i965: When an RB gets a new region, clear the old from the state cache.
Eric Anholt
2010-05-04
4
-6
/
+16
*
intel: Don't tile textures so small that size is blown up by over 2x.
Eric Anholt
2010-05-04
1
-4
/
+3
*
intel: Update renderbuffers unconditionally in intelSetTexBuffer2()
Kristian Høgsberg
2010-05-04
1
-2
/
+1
*
intel: Enable GL_EXT_framebuffer_object for gles2
Kristian Høgsberg
2010-05-04
1
-0
/
+1
*
Merge branch 'gles2-2'
Kristian Høgsberg
2010-05-02
5
-9
/
+129
|
\
|
*
intel: Only register ES2 extensions for ES2 contexts
Kristian Høgsberg
2010-04-28
3
-2
/
+104
|
*
intel: Advertise GLES1/2 for i915+ when enabled
Kristian Høgsberg
2010-04-28
1
-0
/
+12
|
*
dri: Add DRI entrypoints to create a context for a given API
Kristian Høgsberg
2010-04-28
3
-6
/
+11
|
*
dri: Add DRI entrypoints to create a context for a given API
Kristian Høgsberg
2010-04-28
1
-1
/
+2
*
|
i965: Fix cube map layouts on Ironlake.
Eric Anholt
2010-04-29
2
-5
/
+5
*
|
DRI2: add config query extension
Jesse Barnes
2010-04-22
1
-0
/
+1
|
/
*
intel: Add Sandybridge mobile chipset id
Zhenyu Wang
2010-04-21
1
-1
/
+3
*
intel: Clean up chipset name and gen num for Ironlake
Zhenyu Wang
2010-04-21
3
-14
/
+12
*
intel: Call intel_prepare_render() in intelClear()
Li Peng
2010-04-08
2
-2
/
+4
[next]