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
/
i965
/
intel_screen.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Build the driver into a shared mesa_dri_drivers.so .
Eric Anholt
2013-10-24
1
-3
/
+15
*
dri: Move driver config options to dri driver extensions.
Eric Anholt
2013-10-24
1
-4
/
+8
*
i965: Enable OpenGL 3.3 and GLSL 3.30.
Kenneth Graunke
2013-10-18
1
-1
/
+1
*
Revert "i965: Create ARGB2101010 DRI configs"
Kristian Høgsberg
2013-10-16
1
-4
/
+1
*
dri: Add __DRIimage support for the ARGB2101010 format
Kristian Høgsberg
2013-10-15
1
-0
/
+10
*
i965: Create ARGB2101010 DRI configs
Kristian Høgsberg
2013-10-15
1
-1
/
+4
*
i965: Add support for RGB565 __DRIimage
Singh, Satyeshwar
2013-10-15
1
-0
/
+3
*
i965: Replace some intel_screen fields with brw_device_info references.
Kenneth Graunke
2013-10-13
1
-26
/
+8
*
i965: Delete the INTEL_SEPARATE_STENCIL override.
Kenneth Graunke
2013-10-13
1
-27
/
+0
*
i965: Add a new brw_device_info structure.
Kenneth Graunke
2013-10-13
1
-0
/
+1
*
i965: Turn on GLSL 1.50 and GL 3.2 support for i965 gen7.
Paul Berry
2013-10-12
1
-1
/
+1
*
i965: Clean up error handling for context creation.
Eric Anholt
2013-10-10
1
-27
/
+1
*
dri: Move API version validation into dri/common.
Eric Anholt
2013-10-10
1
-31
/
+13
*
i965: compute DDX in a subspan based only on top row
Chia-I Wu
2013-10-02
1
-0
/
+4
*
mesa: Remove some remaining FEATURE_* detritus.
Eric Anholt
2013-09-26
1
-8
/
+0
*
gallium, intel: Implements new __DRI_IMAGE_USE_LINEAR and PIPE_BIND_LINEAR fl...
Axel Davy
2013-09-06
1
-0
/
+3
*
intel: Add support for the new flush_with_flags extension.
Eric Anholt
2013-08-30
1
-10
/
+36
*
dri: Choose a decent global driNConfigOptions.
Eric Anholt
2013-08-17
1
-4
/
+1
*
intel: restrict dma-buf-import images to external sampling only
Topi Pohjolainen
2013-08-02
1
-0
/
+1
*
dri: propagate extra dma_buf import attributes to the drivers
Topi Pohjolainen
2013-08-02
1
-2
/
+46
*
intel: set dri image dimensions even when creating out of primes
Topi Pohjolainen
2013-08-02
1
-0
/
+2
*
intel: refactor planar format lookup
Topi Pohjolainen
2013-08-02
1
-13
/
+18
*
intel: allow packed prime buffers to be treated normally
Topi Pohjolainen
2013-08-02
1
-1
/
+5
*
i965: Delete intel_context entirely.
Kenneth Graunke
2013-07-09
1
-6
/
+4
*
i965: Move intel_context's framerate throttling fields to brw_context.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Move intel_context::batch to brw_context.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Pass brw_context to functions rather than intel_context.
Kenneth Graunke
2013-07-09
1
-11
/
+13
*
i965: Remove "There are probably better ways" comment.
Kenneth Graunke
2013-07-03
1
-5
/
+0
*
mesa: Remove unused allow_large_textures driconf from classic drivers.
Eric Anholt
2013-06-28
1
-2
/
+1
*
i965: Remove use_early_z option.
Kenneth Graunke
2013-06-28
1
-5
/
+1
*
i965: Drop i915 code from intel_screen.
Eric Anholt
2013-06-28
1
-19
/
+1
*
i965: Drop #ifdef I915 code.
Eric Anholt
2013-06-28
1
-44
/
+0
*
i965: Drop code checking for gen <= 3.
Eric Anholt
2013-06-28
1
-10
/
+2
*
i965: Move the remaining intel code to the i965 directory.
Eric Anholt
2013-06-26
1
-1
/
+1409
*
[965] Enable EXT_framebuffer_object.
Eric Anholt
2007-12-20
1
-693
/
+1
*
[intel] Move bufmgr back to context instead of screen, fixing glthreads.
Eric Anholt
2007-12-12
1
-136
/
+0
*
[965] Convert the driver to dri_bufmgr interface and enable TTM.
Eric Anholt
2007-12-07
1
-1
/
+149
*
Refactor and fix core vblank support
Jesse Barnes
2007-10-29
1
-0
/
+1
*
Add a DRI_ReadDrawable marker extension to signal read drawable capability.
Kristian Høgsberg
2007-10-11
1
-5
/
+1
*
Move media stream counter entry points to new extension.
Kristian Høgsberg
2007-10-11
1
-3
/
+2
*
Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism.
Kristian Høgsberg
2007-10-11
1
-1
/
+1
*
Move swap_interval to new extension mechanism.
Kristian Høgsberg
2007-10-10
1
-2
/
+1
*
Move the copySubBuffer extension over to the new mechanism.
Kristian Høgsberg
2007-10-10
1
-1
/
+6
*
Pull createNewScreen entry point into dri_util.c.
Kristian Høgsberg
2007-10-10
1
-48
/
+29
*
Replace open-coded major, minor, and patch version fields with __DRIversionRec.
Kristian Høgsberg
2007-10-10
1
-1
/
+1
*
Remove screenConfigs from __DRIscreen.
Kristian Høgsberg
2007-10-10
1
-7
/
+6
*
Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.
Kristian Høgsberg
2007-10-10
1
-11
/
+11
*
Revert "WIP 965 conversion to dri_bufmgr."
Eric Anholt
2007-09-27
1
-52
/
+7
*
WIP 965 conversion to dri_bufmgr.
Eric Anholt
2007-09-27
1
-7
/
+52
*
Fix/improve framebuffer object reference counting.
Brian
2007-03-06
1
-2
/
+1
[next]