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
/
intel
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
intel: Turn a test in miptree_match_image into an assert.
Eric Anholt
2012-12-28
1
-2
/
+5
*
intel: Use the parent miptree's format for setting up HiZ miptrees.
Eric Anholt
2012-12-26
1
-1
/
+1
*
intel: Remove a couple of dead function prototypes.
Eric Anholt
2012-12-22
1
-5
/
+0
*
i965: Assert that relayout laid out something that won't need it again.
Eric Anholt
2012-12-22
1
-0
/
+6
*
i965: Also fix validation of Z32F_S8 textures.
Eric Anholt
2012-12-22
1
-0
/
+2
*
i965: Fix validation of ETC miptrees.
Eric Anholt
2012-12-22
1
-5
/
+7
*
qi965: Add perf debug for texture relayout.
Eric Anholt
2012-12-22
1
-0
/
+5
*
i965: expose ARB_texture_cube_map_array
Chris Forbes
2012-12-14
1
-0
/
+1
*
mesa: don't advertise ARB_texture_buffer_object in legacy contexts
Marek Olšák
2012-12-12
1
-4
/
+1
*
mesa: disallow creation of GL 3.1 compatibility contexts
Marek Olšák
2012-12-12
1
-5
/
+1
*
intel: Enable ETC2 support on intel hardware
Anuj Phogat
2012-12-07
2
-50
/
+83
*
i965: Add a debug flag for counting cycles spent in each compiled shader.
Eric Anholt
2012-12-05
2
-0
/
+7
*
intel: Always enable GL_ARB_framebuffer_object
Ian Romanick
2012-12-03
1
-2
/
+1
*
i965: Allow INTEL_DEBUG=fs as a synonym for INTEL_DEBUG=wm.
Kenneth Graunke
2012-12-03
1
-0
/
+1
*
glx/dri2: add and use new driver hook flush_with_flags
Marek Olšák
2012-12-02
1
-1
/
+1
*
mesa: pass context parameter to gl_renderbuffer::Delete()
Brian Paul
2012-11-30
1
-2
/
+2
*
mesa: Rename API_OPENGL to API_OPENGL_COMPAT.
Paul Berry
2012-11-29
1
-1
/
+1
*
i965: Enable ARB_vertex_type_2_10_10_10_rev on Gen4+.
Chris Forbes
2012-11-26
1
-0
/
+1
*
intel: Use designated initializers for DRI extension structs
Chad Versace
2012-11-19
1
-16
/
+20
*
intel: Push face/level -> slice handling to the caller of get_image_offset().
Eric Anholt
2012-11-19
8
-42
/
+24
*
i965: Add some checks for array textures in unsupported paths.
Eric Anholt
2012-11-19
3
-0
/
+14
*
i965: Add a little bit more debug info for validate blits.
Eric Anholt
2012-11-19
1
-1
/
+3
*
intel: Remove dead function prototype.
Eric Anholt
2012-11-19
1
-5
/
+0
*
i965: Remove stale comment about wrapped_depth.
Eric Anholt
2012-11-19
1
-14
/
+0
*
intel: Use core mesa support for determining lastLevel.
Eric Anholt
2012-11-17
1
-3
/
+3
*
mesa: don't always enable OES_standard_derivatives
Marek Olšák
2012-10-31
1
-0
/
+1
*
intel: support for 16 bit config with 24 depth and 8 stencil
Tapani Pälli
2012-10-29
1
-2
/
+7
*
intel: If the visual is sRGB, use an sRGB internal format
Ian Romanick
2012-10-29
1
-0
/
+2
*
dri: Convert driCreateConfigs to use a gl_format enum
Ian Romanick
2012-10-29
1
-20
/
+15
*
intel: Skip texsubimage fastpath for more pixel unpack state (v2)
Chad Versace
2012-10-18
1
-1
/
+6
*
i965: Make a helper function for the renderbuffer temporary mt workaround.
Eric Anholt
2012-10-16
2
-0
/
+29
*
intel: Add a macro for printing a debug warning once.
Eric Anholt
2012-10-16
1
-0
/
+11
*
intel: Remove NV_vertex_program support.
Eric Anholt
2012-10-15
1
-2
/
+0
*
intel: print debug either to stdout or `logcat' depending on platform.
Oliver McFadden
2012-10-12
1
-3
/
+14
*
intel: Add missing #include <time.h>
Quentin Glidic
2012-10-09
1
-0
/
+1
*
mesa: remove the driverCtx parameter to _mesa_create/initialize_context()
Brian Paul
2012-10-05
1
-1
/
+1
*
intel: Fix intel_texsubimage_tiled_memcpy to skip GL_EXT_unpack_subimage case
Rob Bradford
2012-10-03
1
-1
/
+4
*
intel: add support for ANGLE_texture_compression_dxt.
Oliver McFadden
2012-10-01
1
-0
/
+1
*
intel: Don't call intelDestroyContext if there is no context to destroy
Ian Romanick
2012-09-28
1
-1
/
+3
*
intel: Fix yet-another-bug in intel_texsubimage_tiled_memcpy
Chad Versace
2012-09-28
1
-0
/
+2
*
intel: Don't advertise GLX_SWAP_COPY_OML
Chad Versace
2012-09-27
1
-6
/
+6
*
intel: Remove dead intel_format_to_rb_datatype.
Eric Anholt
2012-09-27
2
-52
/
+0
[next]