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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
4
-1
/
+78
*
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: Move loop over texture units into brw_populate_sampler_prog_key.
Kenneth Graunke
2012-07-12
3
-82
/
+81
*
i965: Always emit alpha when nr_color_buffers == 0.
Kenneth Graunke
2012-07-12
3
-11
/
+6
*
i965: Use the blitter in intel_bufferobj_subdata for busy BOs on Gen6+.
Kenneth Graunke
2012-07-12
1
-16
/
+10
*
i965: Delete previous workaround for textureGrad with shadow samplers.
Kenneth Graunke
2012-07-12
4
-75
/
+5
*
i965: Add a lowering pass to convert TXD to TXL by computing the LOD.
Kenneth Graunke
2012-07-12
4
-0
/
+157
*
i965/msaa: Enable CMS layout on Gen7 for the formats that support it.
Paul Berry
2012-07-11
1
-1
/
+18
*
i965/msaa: Add CMS support to blorp.
Paul Berry
2012-07-11
1
-2
/
+43
*
i965/msaa: Add CMS-related sampler messages to brw_defines.h.
Paul Berry
2012-07-11
1
-0
/
+2
*
i965/msaa: Set SURFACE_STATE properly when CMS MSAA is in use.
Paul Berry
2012-07-11
3
-0
/
+54
*
i965/msaa: Add CMS MSAA settings to brw_structs.h.
Paul Berry
2012-07-11
1
-2
/
+20
*
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
10
-130
/
+229
*
i965/msaa: Move {rt,tex}_interleaved into blorp program key.
Paul Berry
2012-07-11
2
-16
/
+30
*
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
6
-8
/
+18
*
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
*
dri2: Hard-code the DRI2 version
Ian Romanick
2012-07-11
1
-1
/
+1
*
i965: Add hardware context support.
Kenneth Graunke
2012-07-10
4
-6
/
+21
*
i965/fs: Invalidate live intervals after copy propagation.
Eric Anholt
2012-07-06
1
-0
/
+3
*
i965/fs: Invalidate live intervals in passes that remove an instruction.
Eric Anholt
2012-07-06
1
-0
/
+6
*
i965/vs: Move the other two src_reg/dst_reg constructors to brw_vec4.cpp.
Eric Anholt
2012-07-06
2
-43
/
+43
*
i965/vs: Move class functions to brw_vec4.cpp.
Eric Anholt
2012-07-06
2
-106
/
+126
*
i965/fs: Move class functions from the header to .cpp files.
Eric Anholt
2012-07-06
3
-278
/
+326
*
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/fs: Allow copy propagation on uniforms.
Eric Anholt
2012-07-03
1
-4
/
+7
*
i965/fs: Allow copy propagation with source modifiers.
Eric Anholt
2012-07-03
1
-3
/
+17
*
i965/fs: Move copy propagation test out to a separate function.
Eric Anholt
2012-07-03
2
-6
/
+20
*
i965/msaa: Fix centroid interpolation of unlit pixels.
Paul Berry
2012-07-02
4
-4
/
+39
*
i965/fs: Add FS_OPCODE_MOV_DISPATCH_TO_FLAGS to fragment shader backend.
Paul Berry
2012-07-02
4
-2
/
+39
*
i965: fix transform feedback with primitive restart
Jordan Justen
2012-07-02
3
-0
/
+18
*
i965: Re-enable rendering to SNORM formats.
Kenneth Graunke
2012-07-02
1
-6
/
+1
*
mesa: rename MaxTransformFeedbackSeparateAttribs to MaxTransformFeedbackBuffers
Marek Olšák
2012-06-28
1
-1
/
+1
*
i965: enable ARB_instanced_arrays extension
Jordan Justen
2012-06-27
4
-7
/
+42
*
mesa: rename ColorMaterialBitmask to _ColorMaterialBitmask
Brian Paul
2012-06-27
4
-10
/
+10
*
i965/msaa: Set KILL_ENABLE when GL_ALPHA_TO_COVERAGE enabled.
Paul Berry
2012-06-26
2
-4
/
+6
*
i965/msaa: Implement GL_SAMPLE_ALPHA_TO_{COVERAGE,ONE}.
Paul Berry
2012-06-26
1
-1
/
+9
*
i965/msaa: Implement glSampleCoverage.
Paul Berry
2012-06-26
4
-7
/
+26
*
i965/fs: Fix conversions float->bool, int->bool
Chad Versace
2012-06-25
1
-7
/
+7
*
i965/msaa: Add backend support for centroid interpolation.
Paul Berry
2012-06-25
3
-11
/
+32
[next]