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: Advertise multisample DRI2 configs on gen >= 6
Chad Versace
2012-08-07
1
-3
/
+51
*
intel: Clarify intel_screen_make_configs
Chad Versace
2012-08-07
1
-20
/
+16
*
dri: Simplify use of driConcatConfigs
Chad Versace
2012-08-07
1
-8
/
+2
*
intel: Refactor creation of DRI2 configs
Chad Versace
2012-08-07
1
-91
/
+98
*
intel: Downsample on DRI2 flush
Chad Versace
2012-08-07
1
-0
/
+31
*
intel: Support mapping multisample miptrees
Chad Versace
2012-08-07
2
-6
/
+126
*
intel: Refactor use of intel_miptree_map
Chad Versace
2012-08-07
1
-15
/
+50
*
intel: Refactor intel_miptree_map/unmap
Chad Versace
2012-08-07
1
-17
/
+50
*
i965: Mark needed downsamples for msaa winsys buffers
Chad Versace
2012-08-07
2
-0
/
+13
*
intel: Define functions for up/downsampling on miptrees
Chad Versace
2012-08-07
1
-2
/
+72
*
intel: Allocate miptree for multisample DRI2 buffers
Chad Versace
2012-08-07
3
-8
/
+162
*
intel: Refactor creation of hiz and mcs miptrees
Chad Versace
2012-08-07
2
-16
/
+19
*
intel: Set num samples for winsys renderbuffers
Chad Versace
2012-08-07
3
-11
/
+21
*
intel: Refactor quantize_num_samples
Chad Versace
2012-08-07
2
-3
/
+7
*
intel: Update stale comment for intel_miptree_slice::map
Chad Versace
2012-08-07
1
-2
/
+2
*
i965: add more Haswell PCI IDs
Paulo Zanoni
2012-08-07
2
-4
/
+98
*
mesa: Make ARB_sampler_objects mandatory
Pauli Nieminen
2012-08-01
1
-1
/
+0
*
i965/msaa: Allow GL_SAMPLES to be set to 1 prior to Gen6.
Paul Berry
2012-08-01
1
-1
/
+9
*
i965/msaa: Treat GL_SAMPLES=1 as equivalent to GL_SAMPLES=0.
Paul Berry
2012-08-01
1
-3
/
+3
*
intel: Use consistent pattern in intelCreateBuffer
Chad Versace
2012-08-01
1
-4
/
+2
*
intel: Decrease nesting level in intelCreateBuffer
Chad Versace
2012-08-01
1
-66
/
+63
*
intel: Remove dead code in intelAllocateBuffer
Chad Versace
2012-08-01
1
-85
/
+7
*
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
[next]