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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i965: Update the code that disables unused shader stages for Broadwell.
Kenneth Graunke
2014-01-31
5
-1
/
+122
*
i965: Update 3DSTATE_CLIP for Broadwell.
Kenneth Graunke
2014-01-31
2
-3
/
+8
*
i965: Rework vertex uploads for Broadwell.
Kenneth Graunke
2014-01-31
7
-3
/
+274
*
i965: Update STATE_BASE_ADDRESS for Broadwell.
Kenneth Graunke
2014-01-31
4
-1
/
+76
*
i965: Update 3DSTATE_PS, 3DSTATE_WM, and add 3DSTATE_PS_EXTRA.
Kenneth Graunke
2014-01-31
5
-2
/
+237
*
i965: Rework 3DSTATE_VS for Broadwell.
Kenneth Graunke
2014-01-31
5
-3
/
+144
*
i965: Add the new 3DSTATE_PS_BLEND state packet.
Kenneth Graunke
2014-01-31
5
-0
/
+142
*
i965: Replace DEPTH_STENCIL_STATE with Gen8's 3DSTATE_WM_DEPTH_STENCIL.
Kenneth Graunke
2014-01-31
5
-1
/
+131
*
i965: Update SF, SBE, and RASTER state for Broadwell.
Kenneth Graunke
2014-01-31
5
-2
/
+311
*
i965: Bump generation assertions on workaround flushes.
Kenneth Graunke
2014-01-31
1
-2
/
+2
*
i965: Duplicate gen7_atoms to gen8_atoms.
Kenneth Graunke
2014-01-31
1
-1
/
+79
*
radeon: move driContextSetFlags(ctx) call after ctx var is initialized
Brian Paul
2014-01-31
1
-2
/
+3
*
r200: move driContextSetFlags(ctx) call after ctx var is initialized
Brian Paul
2014-01-31
1
-2
/
+3
*
mesa: use _mesa_align_free() in _mesa_delete_buffer_object()
Brian Paul
2014-01-31
1
-1
/
+1
*
dri3, i915, i965: Add __DRI_IMAGE_FOURCC_SARGB8888
Keith Packard
2014-01-30
2
-0
/
+6
*
mesa: Add warning to _REV pack/unpack functions with incorrect behavior
Mark Mueller
2014-01-31
2
-1
/
+18
*
mesa: Return after ScissorArrayv or ScissorIndexed detect a parameter error
Courtney Goeltzenleuchter
2014-01-29
1
-0
/
+2
*
mesa: GL_ARB_map_buffer_alignment is not optional
Siavash Eliasi
2014-01-29
5
-6
/
+2
*
nouveau: Use gl_constants::MinMapBufferAlignment as the alignment in nouveau_...
Siavash Eliasi
2014-01-29
1
-1
/
+2
*
radeon / r200: Use gl_constants::MinMapBufferAlignment as the alignment in r...
Siavash Eliasi
2014-01-29
1
-1
/
+1
*
mesa: Use _mesa_align_malloc in _mesa_buffer_data
Siavash Eliasi
2014-01-29
1
-2
/
+5
*
mesa: Set gl_constants::MinMapBufferAlignment to 64 by default
Siavash Eliasi
2014-01-29
1
-1
/
+1
*
mesa/st: Unconditionally enable ARB_map_buffer_alignment.
Siavash Eliasi
2014-01-29
1
-3
/
+3
*
i965/fs: Add a saturation propagation optimization pass.
Matt Turner
2014-01-28
4
-0
/
+107
*
i965: Add can_do_saturate() method to backend_instruction.
Matt Turner
2014-01-28
2
-0
/
+45
*
mesa: Generate correct error code in glDrawBuffers()
Anuj Phogat
2014-01-28
1
-3
/
+5
*
i965: Ignore 'centroid' interpolation qualifier in case of persample shading
Anuj Phogat
2014-01-28
1
-1
/
+2
*
mesa: Allow depth = 0 parameter for TexImage3D.
Kevin Rogovin
2014-01-28
1
-2
/
+2
*
mesa: Fix Type A _INT formats to MESA_FORMAT naming standard
Mark Mueller
2014-01-27
14
-368
/
+368
*
mesa: Fix MESA_FORMAT names containg SIGNED
Mark Mueller
2014-01-27
14
-356
/
+356
*
mesa: Fix MESA_FORMAT names with ALPH, INTENSITY, and LUMINANCE
Mark Mueller
2014-01-27
11
-522
/
+522
*
mesa: Change many Type P MESA_FORMATs to meet naming spec
Mark Mueller
2014-01-27
72
-1014
/
+1013
*
mesa: Change many Type A MESA_FORMATs to meet naming standard
Mark Mueller
2014-01-27
62
-737
/
+1070
*
mesa: Rename 4 color component unsigned byte MESA_FORMATs
Mark Mueller
2014-01-27
69
-431
/
+431
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
115
-414
/
+414
*
glcpp: Make sure GL_AMD_shader_trinary_minmax is defined
Ian Romanick
2014-01-27
1
-1
/
+0
*
mesa: Clean up bad code formatting left from previous commit
Ian Romanick
2014-01-27
1
-13
/
+10
*
mesa: GL_EXT_framebuffer_blit is not optional
Ian Romanick
2014-01-27
11
-42
/
+5
*
radeon: Enable GL_EXT_framebuffer_blit
Ian Romanick
2014-01-27
1
-0
/
+1
*
r200: Enable GL_EXT_framebuffer_blit
Ian Romanick
2014-01-27
1
-0
/
+1
*
radeon / r200: Pass the API into _mesa_initialize_context
Ian Romanick
2014-01-27
4
-3
/
+5
*
mesa: Validate internalFormat with target in glTexStorage paths
Ian Romanick
2014-01-27
2
-1
/
+8
*
mesa: Refactor internalFormat / target checks to a separate function
Ian Romanick
2014-01-27
2
-40
/
+78
*
mesa: Generate the correct error for a depth format with a 3D texture
Ian Romanick
2014-01-27
1
-3
/
+17
*
mesa/st: expose ARB_texture_rgb10_a2ui if R10G10B10A2_UINT is supported v2
Christoph Bumiller
2014-01-27
2
-2
/
+8
*
st/mesa: fix GS varyings for PIPE_CAP_TGSI_TEXCOORD
Christoph Bumiller
2014-01-27
1
-10
/
+9
*
i965: Don't store qpitch / 4 as mt->qpitch for compressed surfaces.
Kenneth Graunke
2014-01-25
2
-5
/
+8
*
Update .gitignore for Catalan translations build artifacts
Paul Berry
2014-01-24
1
-0
/
+1
*
mesa: Increment the list pointer while freeing instruction data
Ian Romanick
2014-01-24
1
-0
/
+1
*
st/mesa: add a simple sanity check assertion in st_validate_attachment()
Brian Paul
2014-01-24
1
-0
/
+6
[prev]
[next]