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
/
i915
Commit message (
Expand
)
Author
Age
Files
Lines
*
dri: Introduce SWAP_METHOD tokens
Thomas Hellstrom
2017-08-10
1
-1
/
+1
*
mesa/dri: drop unneeded mm.h include
Dave Airlie
2017-08-03
2
-2
/
+0
*
xmlconfig: move into src/util
Nicolai Hähnle
2017-07-31
3
-3
/
+3
*
mesa: drop fence type parameter from NewSyncObject()
Samuel Pitoiset
2017-07-28
1
-1
/
+1
*
i915: remove local vblank_mode option
Emil Velikov
2017-07-19
1
-1
/
+0
*
dri: Make classic drivers allow __DRI_CTX_FLAG_NO_ERROR.
Kenneth Graunke
2017-07-17
1
-1
/
+1
*
dri: Add KHR_no_error DRI extension
Grigori Goronzy
2017-07-14
1
-0
/
+1
*
i965/i915: Add UYVY as the supported format
Johnson Lin
2017-06-30
1
-9
/
+12
*
i915: use different CFLAGS/LIBS variables than i965/anv
Lionel Landwerlin
2017-06-27
1
-2
/
+2
*
i915: On Gen <= 3 there are no array textures
Ian Romanick
2017-06-26
4
-17
/
+0
*
i915: On Gen <= 3 there is no W-tiling
Ian Romanick
2017-06-26
4
-29
/
+9
*
i915: Remove unused fields intel_mipmap_tree::logical_(width|height|depth)0
Ian Romanick
2017-06-26
2
-11
/
+0
*
i915: Remove unused field intel_mipmap_tree::array_spacing_lod0
Ian Romanick
2017-06-26
1
-9
/
+0
*
i915: On Gen <= 3 there is no multisampling
Ian Romanick
2017-06-26
3
-38
/
+9
*
i915: Trivial code reformatting
Ian Romanick
2017-06-26
1
-56
/
+54
*
i915,i965: Don't condition use of GLSL clear on the current API
Ian Romanick
2017-06-26
1
-1
/
+1
*
i915: Fix gl_Fragcoord interpolation
Ville Syrjälä
2017-06-22
5
-16
/
+21
*
mesa: replace VP/FP/ATIfs _Enabled flags with helper functions
Marek Olšák
2017-06-22
2
-2
/
+2
*
mesa: don't update draw buffer bounds in _mesa_update_state
Marek Olšák
2017-06-22
2
-0
/
+7
*
mesa: replace ctx->Polygon._FrontBit with a helper function
Marek Olšák
2017-06-22
1
-0
/
+1
*
mesa: replace _mesa_update_stencil() with helper functions
Marek Olšák
2017-06-22
3
-3
/
+5
*
i915: Always emit W on gen3
Ville Syrjälä
2017-06-21
1
-6
/
+4
*
i915: Fix wpos_tex vs. -1 comparison
Ville Syrjälä
2017-06-14
3
-3
/
+4
*
mesa: inline vbo_exec_invalidate_state() and call from mesa core
Timothy Arceri
2017-06-09
2
-2
/
+0
*
mesa: stop passing state bitfield to UpdateState()
Timothy Arceri
2017-06-09
2
-2
/
+5
*
mesa: rename _mesa_add_renderbuffer* functions
Timothy Arceri
2017-04-18
1
-6
/
+5
*
i915: take ownership rather than adding reference for new renderbuffers
Timothy Arceri
2017-04-10
1
-4
/
+5
*
i915: remove BindProgram
Marek Olšák
2017-03-29
1
-25
/
+0
*
Android: drop Android 4.4 (KitKat) support
Rob Herring
2017-03-22
1
-5
/
+0
*
i915: remove extern "C" guards
Emil Velikov
2017-02-21
5
-40
/
+0
*
i915: remove 'virtual' and extern C workarounds
Emil Velikov
2017-02-21
1
-9
/
+4
*
Revert "i915: Always enable GL 2.0 support."
Matt Turner
2017-02-15
2
-4
/
+25
*
i915, i965: automake: remove NA include directive
Emil Velikov
2017-01-27
1
-1
/
+0
*
i915: automake: include builddir prior to srcdir
Emil Velikov
2017-01-27
1
-1
/
+1
*
i915: Add XRGB8888 format to intel_screen_make_configs
Derek Foreman
2017-01-13
1
-1
/
+2
*
st/mesa/glsl: add new is_arb_asm flag in gl_program
Timothy Arceri
2017-01-06
1
-4
/
+6
*
i915: remove unneeded #include "util/simple_list.h"
Brian Paul
2016-11-20
2
-2
/
+0
*
st/mesa/r200/i915/i965: move ARB program fields into a union
Timothy Arceri
2016-11-17
2
-14
/
+14
*
st/mesa/r200/i915/i965: use rzalloc() to create gl_program
Timothy Arceri
2016-11-03
1
-2
/
+2
*
r200/i915/st/mesa/compiler: use common inputs read field
Timothy Arceri
2016-10-26
3
-6
/
+6
*
st/mesa/r200/i915/i965: eliminate gl_fragment_program
Timothy Arceri
2016-10-26
5
-32
/
+32
*
mesa/i965/i915/r200: eliminate gl_vertex_program
Timothy Arceri
2016-10-26
1
-2
/
+2
*
mesa: remove gl_shader_compiler_options::EmitNoNoise
Marek Olšák
2016-10-19
1
-1
/
+0
*
i915: workaround multiple intelFenceExtension definitions
Emil Velikov
2016-10-14
1
-0
/
+1
*
i915: store reference to the context within struct intel_fence (v2)
Mauro Rossi
2016-10-14
1
-11
/
+44
*
i915/sync: Implement DRI2_Fence extension
Mauro Rossi
2016-10-14
3
-30
/
+152
*
i915/sync: Replace prefix 'intel_sync' -> 'intel_gl_sync'
Mauro Rossi
2016-10-14
2
-26
/
+30
*
i915/i965: remove commented out warning
Timothy Arceri
2016-10-01
1
-3
/
+1
*
i915: Enable EGL_KHR_gl_texture_3D_image
Adam Jackson
2016-09-23
1
-0
/
+3
*
i915: Check return value of screen->image.loader->getBuffers
Emil Velikov
2016-08-30
1
-6
/
+9
[next]