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: add support for using API_OPENGL_CORE
Jordan Justen
2012-07-30
1
-1
/
+1
*
i965/msaa: Use MESA_FORMAT_R8 for MCS buffer.
Paul Berry
2012-07-27
1
-1
/
+1
*
intel: Make more consistent use of _mesa_is_{user,winsys}_fbo()
Paul Berry
2012-07-26
6
-8
/
+12
*
i965/msaa: Switch on 8x MSAA for Gen7.
Paul Berry
2012-07-24
1
-2
/
+4
*
i965/msaa: Adjust MCS buffer allocation for 8x MSAA.
Paul Berry
2012-07-24
1
-2
/
+25
*
intel: move error on create context to proper path
Jordan Justen
2012-07-24
1
-1
/
+1
*
mesa: move some format helper functions to glformats.c
Brian Paul
2012-07-24
1
-1
/
+1
*
i965: Add a driconf option to disable GL_ARB_blend_func_extended.
Kenneth Graunke
2012-07-19
2
-2
/
+3
*
intel: Add a comment explaining why we early return on matching BO names.
Eric Anholt
2012-07-17
1
-0
/
+4
*
intel: Drop other checks for old loader version.
Eric Anholt
2012-07-17
1
-38
/
+26
*
intel: Replace the non-getBuffersWithFormat compat path with an error message.
Eric Anholt
2012-07-17
2
-21
/
+8
*
intel: Remove dead intel_framebuffer_has_hiz().
Eric Anholt
2012-07-17
2
-13
/
+0
*
intel: Convert to using private depth/stencil buffers (v2)
Eric Anholt
2012-07-17
3
-652
/
+39
*
intel: Add a function for creating a private window system buffer.
Eric Anholt
2012-07-17
2
-2
/
+20
*
intel: Fix build broken by ETC1 patch
Chad Versace
2012-07-16
1
-0
/
+12
*
intel: Enable GL_OES_compressed_ETC1_RGB8_texture
Chad Versace
2012-07-16
3
-1
/
+73
*
gbm: Add new gbm_bo_import entry point
Kristian Høgsberg
2012-07-16
1
-1
/
+7
*
intel: Don't call _mesa_get_format_bytes for MESA_FORMAT_NONE
Kristian Høgsberg
2012-07-16
1
-1
/
+4
*
i965: Use the blitter in intel_bufferobj_subdata for busy BOs on Gen6+.
Kenneth Graunke
2012-07-12
1
-16
/
+10
*
i965/msaa: Enable CMS layout on Gen7 for the formats that support it.
Paul Berry
2012-07-11
1
-1
/
+18
*
i965/msaa: Allocate MCS buffer when CMS MSAA is in use.
Paul Berry
2012-07-11
3
-0
/
+69
*
i965/msaa: Add an enum to describe MSAA layout.
Paul Berry
2012-07-11
4
-42
/
+78
*
intel: Implement __DRIimage::createSubImage and bump supported version to 5
Kristian Høgsberg
2012-07-11
3
-3
/
+50
*
intel: Add offset field to miptree
Kristian Høgsberg
2012-07-11
3
-3
/
+11
*
intel: Add support for new __DRIimage formats
Kristian Høgsberg
2012-07-11
1
-0
/
+15
*
i965: Revert the VBOs-in-system-memory hack.
Eric Anholt
2012-07-11
1
-8
/
+5
*
i965: Add hardware context support.
Kenneth Graunke
2012-07-10
2
-2
/
+9
*
intel: Share common __DRIimage allocation code
Kristian Høgsberg
2012-07-05
1
-40
/
+19
*
intel: Just look up image->internal_format using _mesa_get_format_base_format
Kristian Høgsberg
2012-07-05
1
-10
/
+2
*
intel: Remove unused __DRIimage::data_type field
Kristian Høgsberg
2012-07-05
2
-13
/
+0
*
intel: Fix a comment typo.
Eric Anholt
2012-07-04
1
-1
/
+1
*
i965: enable ARB_instanced_arrays extension
Jordan Justen
2012-06-27
1
-0
/
+1
*
i965: Enable the GL_ARB_shader_bit_encode extension.
Kenneth Graunke
2012-06-07
1
-0
/
+1
*
mesa: consolidate internal glCopyTexSubImage1/2/3D code
Brian Paul
2012-06-06
1
-29
/
+11
*
mesa: consolidate internal glTexSubImage1/2/3D code
Brian Paul
2012-06-06
1
-13
/
+15
*
mesa: consolidate internal glTexImage1/2/3D code
Brian Paul
2012-06-06
1
-53
/
+7
*
intel: Change vendor string to "Intel Open Source Technology Center".
Kenneth Graunke
2012-06-01
1
-1
/
+1
*
i965/msaa: Enable 4x MSAA on Gen7.
Paul Berry
2012-05-25
1
-1
/
+5
*
i965/msaa: Properly handle sliced layout for Gen7.
Paul Berry
2012-05-25
4
-55
/
+134
*
i965/msaa: Expand odd-sized MSAA surfaces to account for interleaving pattern.
Paul Berry
2012-05-25
1
-5
/
+40
*
i965: Gut the separate OpenGL ES extension enabling.
Kenneth Graunke
2012-05-23
3
-144
/
+4
*
i965: create code path to handle primitive restart in hardware
Jordan Justen
2012-05-23
1
-0
/
+4
*
i965/gen6+: Add support for GL_ARB_blend_func_extended.
Eric Anholt
2012-05-23
1
-0
/
+1
*
i965/gen6+: Add support for fast depth clears.
Eric Anholt
2012-05-23
1
-0
/
+5
*
i965: Drop a layer of indirection in doing HiZ resolves.
Eric Anholt
2012-05-23
2
-39
/
+9
*
i965: Replace intel_need_resolve with the hiz ops it maps to.
Eric Anholt
2012-05-23
3
-17
/
+21
*
i965: Add an interface for doing hiz ops from C code.
Eric Anholt
2012-05-23
2
-0
/
+32
*
intel: Fork the intel_clear.c file between i915 and i965.
Eric Anholt
2012-05-23
1
-203
/
+0
*
i965: Completely annotate the batch bo when aub dumping.
Paul Berry
2012-05-22
2
-1
/
+5
*
intel: When AUB dumping, flush before emitting final bitmap command.
Paul Berry
2012-05-22
1
-1
/
+3
[next]