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: make intel_texture_image a subclass of swrast_texture_image
Brian Paul
2011-09-17
8
-93
/
+101
*
mesa: add new DeleteTextureImage() driver hook
Brian Paul
2011-09-17
1
-0
/
+8
*
Change strerror(ret) to strerror(-ret).
Eugeni Dodonov
2011-09-15
1
-1
/
+1
*
mesa/colormac: introduce inline helper for 4 unclamped float to ubyte.
Dave Airlie
2011-09-14
1
-4
/
+1
*
mesa: introduce a clear color union to be used for int/unsigned buffers
Dave Airlie
2011-09-14
1
-5
/
+5
*
dri: Remove all extension enabling utility functions
Ian Romanick
2011-09-09
1
-6
/
+0
*
intel: Move S3TC extension enable bits to intel_extensions.c
Ian Romanick
2011-09-09
2
-7
/
+8
*
intel: Enable extensions by just setting the flags
Ian Romanick
2011-09-09
1
-191
/
+98
*
intel: Silence "intel/intel_fbo.h:105:4: warning: comparison of unsigned expr...
Ian Romanick
2011-09-09
1
-3
/
+3
*
intel: Silence several "warning: unused parameter"
Ian Romanick
2011-09-09
1
-0
/
+2
*
intel: Silence several "warning: unused parameter"
Ian Romanick
2011-09-09
1
-13
/
+4
*
intel: Silence "warning: unused parameter ‘depth0’"
Ian Romanick
2011-09-09
3
-7
/
+4
*
intel: Silence "warning: unused parameter ‘target’"
Ian Romanick
2011-09-09
3
-13
/
+5
*
intel: Silence several "warning: unused parameter"
Ian Romanick
2011-09-09
4
-23
/
+13
*
intel: Silence "warning: unused parameter ‘fb’"
Ian Romanick
2011-09-09
4
-7
/
+7
*
intel: Silence "warning: unused parameter ‘intel’"
Ian Romanick
2011-09-09
3
-11
/
+7
*
intel: Silence several "warning: unused parameter"
Ian Romanick
2011-09-09
1
-22
/
+38
*
intel: Silence many "intel_batchbuffer.h:97:39: warning: comparison between s...
Ian Romanick
2011-09-09
1
-2
/
+3
*
intel: add support for __DRI_IMAGE_FORMAT_ABGR8888
Chia-I Wu
2011-09-09
2
-0
/
+21
*
intel: fix build error
Yuanhan Liu
2011-09-03
1
-1
/
+1
*
intel: Give an explanation why we are exiting for debugging.
Eugeni Dodonov
2011-09-02
1
-0
/
+1
*
intel: Upload batchbuffer contents even if INTEL_NO_HW is set.
Eric Anholt
2011-09-02
1
-8
/
+8
*
intel: fix GLESv1 support
Chia-I Wu
2011-09-01
3
-8
/
+58
*
intel: rename intel_extensions_es2.c to intel_extensions_es.c
Chia-I Wu
2011-09-01
1
-0
/
+0
*
intel: Restructure TexSubImage as just the 2D implementation and blit func.
Eric Anholt
2011-08-30
1
-100
/
+114
*
intel: Remove the passthrough TexSubImage[13]D functions.
Eric Anholt
2011-08-30
1
-42
/
+0
*
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
[next]