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
*
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
*
intel: Fix regression in intel_create_image_from_name stride handling
Tapani Pälli
2013-02-04
1
-1
/
+1
*
i965: Fix segfaults from 45a28a927ab7f29ff325b9326d386a39ba538c18
Eric Anholt
2013-02-04
2
-2
/
+4
*
glsl: Rename uniform_field_visitor to program_resource_visitor.
Paul Berry
2013-02-04
1
-2
/
+2
*
mesa/glsl: Separate parsing logic from _mesa_get_uniform_location.
Paul Berry
2013-02-04
2
-61
/
+28
*
intel: make sure to setup image dimension in image_from_planar setup
Abdiel Janulgue
2013-02-04
1
-0
/
+1
*
st/mesa: emit SQRT opcode when driver supports it
Brian Paul
2013-02-04
1
-7
/
+21
*
st/mesa: simplify the update_single_texture() function
Brian Paul
2013-02-04
1
-28
/
+7
*
st/mesa: merge st_ChooseTextureFormat_renderable() into st_ChooseTextureFormat()
Brian Paul
2013-02-04
2
-38
/
+21
*
st/mesa: improve the format choosing code for DrawPixels
Brian Paul
2013-02-04
1
-6
/
+8
*
st/mesa: don't choose DXT formats if we can't do DXT compression
Brian Paul
2013-02-04
5
-13
/
+29
*
mesa: don't use format chooser code for glCompressedTexImage
Brian Paul
2013-02-04
1
-2
/
+12
*
i965: Fix the SF Vertex URB Read Length calculation for Gen7 platforms.
Kenneth Graunke
2013-02-03
1
-16
/
+16
*
i965: Fix the SF Vertex URB Read Length calculation for Sandybridge.
Kenneth Graunke
2013-02-03
1
-16
/
+18
*
i965: Compute the maximum SF source attribute.
Kenneth Graunke
2013-02-03
3
-4
/
+12
*
i965: Refactor Gen6+ SF attribute override code.
Kenneth Graunke
2013-02-03
1
-12
/
+13
*
i965: Remove dead field brw_wm_prog_data::error.
Kenneth Graunke
2013-02-03
1
-1
/
+0
*
i965: Remove dead field brw_context::constant_map.
Kenneth Graunke
2013-02-03
1
-1
/
+0
*
swrast: Fix memory leak.
Vinson Lee
2013-02-01
1
-0
/
+1
*
intel: implement create image from texture
Abdiel Janulgue
2013-02-01
1
-21
/
+138
*
intel: Account for mt->offset in intel_miptree_map
Abdiel Janulgue
2013-02-01
1
-2
/
+2
*
intel: Create a miptree using offsets in intel_set_texture_image_region
Abdiel Janulgue
2013-02-01
1
-7
/
+53
*
i965: Account for offsets when updating SURFACE_STATE.
Abdiel Janulgue
2013-02-01
2
-2
/
+21
*
intel: add pixel offset calculator for miptree levels
Abdiel Janulgue
2013-02-01
2
-0
/
+21
*
intel: Expose intel_miptree_create_internal as intel_miptree_create_layout.
Abdiel Janulgue
2013-02-01
2
-14
/
+25
*
intel: expose dimensions and offsets of a miptree level in DRIImage
Abdiel Janulgue
2013-02-01
1
-0
/
+7
*
st/mesa: whitespace/indentation fix
Brian Paul
2013-02-01
1
-2
/
+2
*
mesa: don't expose IBM_rasterpos_clip in a core context
Marek Olšák
2013-02-01
1
-1
/
+1
[next]