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/gen4: Work around missing sRGB RGB DXT1 support.
Eric Anholt
2013-02-13
3
-4
/
+20
*
st/mesa: fix texture buffer objects
Marek Olšák
2013-02-13
1
-4
/
+10
*
i965: Use derived state for Haswell's 3DSTATE_VF packet.
Kenneth Graunke
2013-02-12
1
-2
/
+2
*
st/mesa: accelerate glGetTexImage for all formats using a blit
Marek Olšák
2013-02-13
2
-49
/
+152
*
CopyTexImage: Don't check sRGB vs LINEAR for desktop GL
Jordan Justen
2013-02-12
1
-18
/
+10
*
radeon: Remove dead STANDALONE_MMIO defines
Matt Turner
2013-02-11
2
-3
/
+0
*
i965: Add missing dirty bits to INTEL_DEBUG=state arrays.
Kenneth Graunke
2013-02-11
1
-0
/
+7
*
i965: Reorganize brw_bits to match the order in brw_context.h.
Kenneth Graunke
2013-02-11
1
-5
/
+5
*
i965: Use BRW_NEW_CONTEXT for gen7_disable rather than BRW_NEW_BATCH.
Kenneth Graunke
2013-02-11
1
-1
/
+1
*
vbo: Merge GL_QUADS drawing requests in display lists.
Eric Anholt
2013-02-11
1
-0
/
+43
*
vbo: Print display list debug using printf() like dlist.c does.
Eric Anholt
2013-02-11
1
-8
/
+8
*
i965: Remove some stale comments about the brw_constant_buffer atom.
Eric Anholt
2013-02-11
2
-12
/
+0
*
i965: Simplify VS push constant upload code since removal of old path.
Eric Anholt
2013-02-11
1
-7
/
+11
*
i965: Add perf debug for a corner case.
Eric Anholt
2013-02-11
1
-0
/
+3
*
i965: Fix access mode of index buffer rebase.
Eric Anholt
2013-02-11
1
-1
/
+1
*
i965: Fix indentation of index buffer rebase code.
Eric Anholt
2013-02-11
1
-9
/
+9
*
mesa: fix GetTexImage if mesa format and internal format don't match
Marek Olšák
2013-02-11
2
-0
/
+71
*
mesa: don't use memcpy fast path for GetTexImage if base format is different
Marek Olšák
2013-02-11
1
-4
/
+6
*
mesa: don't use _mesa_base_tex_format for format parameter of GetTexImage
Marek Olšák
2013-02-11
1
-1
/
+36
*
mesa: adjust usage of swapBytes/littleEndian in format_matches_format_and_type
Marek Olšák
2013-02-11
1
-25
/
+17
*
mesa: remove per-format memcpy codepaths from texstore functions
Marek Olšák
2013-02-11
1
-590
/
+64
*
mesa: implement common texstore memcpy function for all formats
Marek Olšák
2013-02-11
1
-0
/
+60
*
mesa: fill in Z32_FLOAT_X24S8 in _mesa_format_matches_format_and_type
Marek Olšák
2013-02-11
1
-1
/
+2
*
mesa: fill in signed cases and RGBA16 in _mesa_format_matches_format_and_type
Marek Olšák
2013-02-11
1
-4
/
+26
*
mesa: fill in INT/UINT format cases in _mesa_format_matches_format_and_type
Marek Olšák
2013-02-11
1
-6
/
+61
*
mesa: fill in YCBCR cases in _mesa_format_matches_format_and_type
Marek Olšák
2013-02-11
1
-1
/
+6
*
mesa: fill in SRGB cases in _mesa_format_matches_format_and_type
Marek Olšák
2013-02-11
1
-5
/
+5
*
intel: Do not expose OES_compressed_ETC1_RGB8_texture or ARB_texture_rgb10_a2...
Ian Romanick
2013-02-08
1
-2
/
+2
*
intel: Ensure variable intel is used in i915 builds.
Vinson Lee
2013-02-08
1
-1
/
+1
*
Consolidate some redundant definitions of ARRAY_SIZE() macro.
Paul Berry
2013-02-08
7
-10
/
+7
*
intel/pre-gen6: Disable EXT_framebuffer_multisample.
Paul Berry
2013-02-08
3
-12
/
+2
*
mesa: Don't check (offset + size <= bufObj->Size) in BindBufferRange.
Paul Berry
2013-02-07
1
-7
/
+0
*
i965: Set UniformBufferOffsetAlignment to sizeof(vec4)
Ian Romanick
2013-02-07
1
-0
/
+1
*
mesa: Allow glGet* queries of MAX_VARYING_COMPONENTS in ES 3
Matt Turner
2013-02-07
1
-3
/
+1
*
st/mesa: use new RGBX formats
Marek Olšák
2013-02-07
1
-17
/
+111
*
mesa: add RGBX formats for existing GL RGB texture formats
Marek Olšák
2013-02-07
6
-47
/
+959
*
i965/blorp: Support blits between ARGB and XRGB formats.
Kenneth Graunke
2013-02-06
1
-14
/
+12
*
i965/blorp: Support overriding destination alpha to 1.0.
Kenneth Graunke
2013-02-06
1
-0
/
+19
*
i965: Implement CopyTexSubImage2D via BLORP (and use it by default).
Kenneth Graunke
2013-02-06
5
-8
/
+154
*
mesa: Put extern "C" guards in renderbuffer.h.
Kenneth Graunke
2013-02-06
1
-1
/
+7
*
st/mesa: get rid of GET_CURRENT_CONTEXT in st_choose_format
Marek Olšák
2013-02-06
6
-22
/
+21
*
st/mesa: adjust texture format selection to try the closest base format first
Marek Olšák
2013-02-06
1
-18
/
+13
*
st/mesa: put RGBX8 and RGBA8 in the default format lists
Marek Olšák
2013-02-06
1
-0
/
+2
*
st/mesa: add the rest of RGB8 format/type combos to exact_format_mapping tables
Marek Olšák
2013-02-06
1
-2
/
+0
*
mesa: fixup inconsistent naming of RG16 formats
Marek Olšák
2013-02-06
12
-37
/
+37
*
st/mesa: emit saturates in the vertex shader if Shader Model 3.0 is supported
Marek Olšák
2013-02-06
3
-3
/
+6
*
st/mesa: advertise ARB_shading_language_packing for GLSL >= 1.30
Marek Olšák
2013-02-06
2
-0
/
+16
*
st/mesa: do most of GLSL lowering outside of the optimization do-while loop
Marek Olšák
2013-02-06
1
-36
/
+29
*
st/mesa: remove dead code depending on EmitCondCodes
Marek Olšák
2013-02-06
1
-22
/
+2
*
i965: Disable write masking when setting up texturing m0.
Eric Anholt
2013-02-04
2
-1
/
+4
[next]