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
*
i965: Enable OpenGL ES 3.0 on Sandy Bridge
Ian Romanick
2013-02-22
1
-1
/
+1
*
intel: Allow blit readpixels even when the pack alignment is set.
Eric Anholt
2013-02-13
1
-9
/
+4
*
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
2
-2
/
+1
*
intel/pre-gen6: Disable EXT_framebuffer_multisample.
Paul Berry
2013-02-08
3
-12
/
+2
*
i965: Implement CopyTexSubImage2D via BLORP (and use it by default).
Kenneth Graunke
2013-02-06
3
-8
/
+58
*
mesa: fixup inconsistent naming of RG16 formats
Marek Olšák
2013-02-06
1
-1
/
+1
*
intel: Fix regression in intel_create_image_from_name stride handling
Tapani Pälli
2013-02-04
1
-1
/
+1
*
intel: make sure to setup image dimension in image_from_planar setup
Abdiel Janulgue
2013-02-04
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
*
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
*
intel: Un-hardcode lengths from blitter commands.
Kenneth Graunke
2013-01-28
2
-7
/
+7
*
intel: Use a CPU map of the batch on LLC-sharing architectures.
Eric Anholt
2013-01-29
4
-9
/
+24
*
intel: Typo fix: "pitsh" -> "pitch"
Paul Berry
2013-01-28
1
-1
/
+1
*
i965: Enable ARB_shading_language_packing
Matt Turner
2013-01-25
1
-0
/
+1
*
i965: Bump maximum supported ES2 context version to 3.0
Chad Versace
2013-01-25
1
-1
/
+1
*
i965/Gen6+: Enable ARB_ES3_compatibility extension
Paul Berry
2013-01-25
1
-0
/
+1
*
intel: Fix glCopyTexSubImage on buffers whose width >= 32kbytes
Paul Berry
2013-01-24
1
-0
/
+21
*
intel: Fix ReadPixels on buffers whose width >= 32kbytes
Paul Berry
2013-01-24
1
-4
/
+24
*
intel: callocing a 32 byte temp is silly, so don't
Ian Romanick
2013-01-24
1
-3
/
+3
*
intel: Enable S3TC extensions always
Ian Romanick
2013-01-23
1
-6
/
+4
*
mesa: Use a single flag for the S3TC extensions that don't require on-line co...
Ian Romanick
2013-01-23
1
-1
/
+0
*
i965: Implement the GL_ARB_base_instance extension.
Kenneth Graunke
2013-01-22
1
-0
/
+2
*
intel: Don't expose XRGB8888 visuals any more
Ian Romanick
2013-01-21
1
-2
/
+1
*
i965: Enable floating-point textures always
Ian Romanick
2013-01-21
2
-20
/
+5
*
intel: Enable GL_OES_depth_texture_cube_map
Ian Romanick
2013-01-20
1
-0
/
+1
*
i965: Add support for GL_ARB_texture_buffer_object_rgb32.
Eric Anholt
2013-01-18
1
-0
/
+1
*
intel: Make intel_region's pitch be bytes instead of pixels.
Eric Anholt
2013-01-18
12
-50
/
+46
*
intel: Make intel_blit.c take pitches in bytes.
Eric Anholt
2013-01-18
8
-19
/
+15
*
intel: Enable GL_ARB_internalformat_query
Ian Romanick
2013-01-15
1
-0
/
+1
*
intel: Support blitting to multiple color draw buffers
Anuj Phogat
2013-01-15
1
-32
/
+60
*
intel: Expose support for DRI_API_GLES3
Chad Versace
2013-01-15
1
-0
/
+2
*
intel: Move validation of context version into intelInitContext
Chad Versace
2013-01-15
3
-30
/
+70
*
intel: Set screen's api mask according to hw capabilities (v3)
Chad Versace
2013-01-15
2
-11
/
+96
*
i965: Move program_id to intel_screen instead of brw_context.
Kenneth Graunke
2013-01-12
2
-1
/
+7
*
i965: Add an INTEL_DEBUG=no16 option.
Kenneth Graunke
2013-01-12
2
-0
/
+2
*
driconf: Add a new option: disable_glsl_line_continuations
Carl Worth
2013-01-11
1
-1
/
+2
*
intel: Clean up confusion between logical and physical surface dimensions.
Paul Berry
2013-01-09
6
-125
/
+115
*
intel: Add a force_y_tiling parameter to intel_miptree_create().
Paul Berry
2013-01-09
5
-26
/
+34
*
intel: Move compute_msaa_layout earlier in file.
Paul Berry
2013-01-09
1
-38
/
+41
*
mesa: Add ALIGN() macro to main/macros.h.
Paul Berry
2013-01-08
1
-13
/
+0
*
intel: Fix copy-and-paste bug setting gl_constants::MaxSamples
Ian Romanick
2013-01-04
1
-1
/
+1
*
i965: Fix glCompressedTexSubImage2D offsets for ETC textures.
Paul Berry
2013-01-04
1
-0
/
+3
*
i965: Fail to blit rather than assert on invalid pitch requirements.
Kenneth Graunke
2012-12-29
1
-2
/
+2
*
intel: Skip texture validation logic when nothing has changed.
Eric Anholt
2012-12-28
5
-2
/
+30
[next]