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: Rely on Mesa core for the non-blit glTexSubImage* implementation.
Eric Anholt
2011-08-29
1
-84
/
+65
*
intel: Remove our custom _mesa_store_compressed_texsubimage2d().
Eric Anholt
2011-08-29
1
-83
/
+33
*
intel: Add implementation of MapTextureImage/UnmapTextureImage.
Eric Anholt
2011-08-29
3
-2
/
+92
*
Rename some driver FreeTextureImageData functions to FreeTextureImageBuffer.
Eric Anholt
2011-08-29
1
-2
/
+3
*
mesa: Rename FreeTexImageData to FreeTextureImageBuffer.
Eric Anholt
2011-08-29
2
-2
/
+2
*
intel: use new gl_texture_image:Face, Level fields
Brian Paul
2011-08-24
9
-51
/
+34
*
mesa: Eliminate dd_function_table::MapBuffer
Ian Romanick
2011-08-23
2
-65
/
+10
*
mesa: Remove target parameter from dd_function_table::FlushMappedBufferRange
Ian Romanick
2011-08-23
1
-1
/
+1
*
intel: Correctly check for read-only mappings in intel_bufferobj_map_range
Ian Romanick
2011-08-23
1
-1
/
+3
*
mesa: Remove target parameter from dd_function_table::MapBufferRange
Ian Romanick
2011-08-23
1
-1
/
+1
*
mesa: Remove target parameter from dd_function_table::GetBufferSubData
Ian Romanick
2011-08-23
1
-1
/
+0
*
mesa: Remove target parameter from dd_function_table::BufferSubData
Ian Romanick
2011-08-23
1
-1
/
+0
*
mesa: Remove target parameter from dd_function_table::MapBuffer
Ian Romanick
2011-08-23
2
-8
/
+4
*
mesa: Remove target parameter from dd_function_table::UnmapBuffer
Ian Romanick
2011-08-23
2
-10
/
+7
*
intel: Abort when DRI2 separate stencil handshake fails
Chad Versace
2011-08-22
1
-0
/
+7
*
intel: GetBuffer fix
Ben Widawsky
2011-08-10
1
-1
/
+6
*
intel: Fix unused variable warning.
Eric Anholt
2011-08-02
1
-1
/
+0
*
i965: Remove the now unused intel_renderbuffer::draw_offset field.
Kenneth Graunke
2011-07-28
2
-2
/
+0
*
i965: Check actual tile offsets in Gen4 miptree workaround.
Kenneth Graunke
2011-07-28
1
-2
/
+17
*
i965: Use 3D clears on gen6+ to avoid inter-ring synchronization.
Eric Anholt
2011-07-25
1
-2
/
+2
*
i965: Emit texture cache flushes on gen6 along with render cache flushes.
Eric Anholt
2011-07-25
1
-0
/
+1
*
Merge branch 'remove-copyteximage-hook'
Brian Paul
2011-07-21
1
-97
/
+0
|
\
|
*
intel: remove intelCopyTexImage1D/2D()
Brian Paul
2011-07-19
1
-97
/
+0
*
|
i965: Enable the PIPE_CONTROL workaround workaround out of paranoia.
Eric Anholt
2011-07-20
2
-3
/
+29
*
|
i965: Avoid kernel BUG_ON if we happen to wait on the pipe_control w/a BO.
Eric Anholt
2011-07-20
1
-1
/
+1
*
|
intel: Use the GLSL-based meta clear when available.
Eric Anholt
2011-07-20
1
-1
/
+4
|
/
*
intel: Fix stencil buffer to be W tiled
Chad Versace
2011-07-19
5
-31
/
+93
*
i965: Rename 3DSTATE_DRAWRECT_INFO_I965 to 3DSTATE_DRAWING_RECTANGLE.
Kenneth Graunke
2011-07-18
1
-1
/
+0
*
i915: Simplify intel_wpos_* with a helper function.
Eric Anholt
2011-07-18
1
-1
/
+0
*
intel: Move intel_draw_buffers() code into each driver.
Eric Anholt
2011-07-18
3
-200
/
+9
*
intel: Clarify the depthRb == stencilRb logic.
Eric Anholt
2011-07-18
1
-16
/
+15
*
intel: Use the post-execution batchbuffer contents for dumping.
Eric Anholt
2011-07-18
1
-1
/
+3
*
i915: Fix map/unmap mismatches from leaving INTEL_FALLBACK during TNL.
Eric Anholt
2011-07-12
1
-0
/
+1
*
intel: Use _mesa_tex_target_to_face() helper function instead of our own.
Eric Anholt
2011-07-12
1
-22
/
+3
*
intel: Make our context structure be a ralloc context.
Eric Anholt
2011-07-11
1
-2
/
+2
*
intel: Recognize all depth formats in get_teximage_readbuffer.
Kenneth Graunke
2011-07-09
1
-8
/
+4
*
intel: add null src pointer check in intel_region_reference()
Brian Paul
2011-07-07
1
-1
/
+2
*
intel: Fix use of freed buffer if glBitmap is called after a swap.
Eric Anholt
2011-07-07
1
-3
/
+4
*
intel: Remove dead comment about software clears -- it's handled just above.
Eric Anholt
2011-07-07
1
-1
/
+0
*
i915: Fix leak of ViewportMatrix data on context destroy.
John
2011-07-07
1
-0
/
+2
*
intel: Remove gratuitous context checks in intel_delete_renderbuffer().
Eric Anholt
2011-07-07
1
-14
/
+5
*
intel: Remove now trivial intel_renderbuffer_set_{hiz_,}region().
Eric Anholt
2011-07-07
3
-57
/
+19
*
intel: Rely on intel_region_reference()'s support of *dst != NULL.
Eric Anholt
2011-07-07
2
-14
/
+0
*
intel: Allow intel_region_reference() with *dst != NULL.
Eric Anholt
2011-07-07
1
-4
/
+6
*
intel: Mark MESA_FORMAT_X8_Z24 as always supported.
Eric Anholt
2011-07-07
1
-1
/
+1
*
intel: Fix workaround for _mesa_update_framebuffer
Chad Versace
2011-06-24
1
-3
/
+5
*
intel: Change framebuffer validation criteria
Chad Versace
2011-06-24
1
-10
/
+3
*
intel: In intel_update_wrapper, support s8z24 textures when using separate st...
Chad Versace
2011-06-24
1
-6
/
+35
*
intel: Factor region updates out of intel_update_wrapper
Chad Versace
2011-06-24
1
-0
/
+18
*
intel: During glTexImage, allocate renderbuffers for faking s8z24 textures
Chad Versace
2011-06-24
1
-0
/
+62
[next]