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
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/wgl: make stw_lookup_context_locked() an inline function
Brian Paul
2014-05-30
2
-15
/
+9
*
st/wgl: fix implementation of wglCreateContextAttribsARB()
Brian Paul
2014-05-30
3
-22
/
+136
*
st/wgl: add debug code to check that pixel format initialization worked
Brian Paul
2014-05-30
1
-3
/
+9
*
st/wgl: change PFD_SWAP_COPY to PFD_SWAP_EXCHANGE.
Brian Paul
2014-05-30
1
-1
/
+1
*
scons: add common.c as part of glcpp build
Tapani Pälli
2014-05-30
1
-1
/
+1
*
mesa: Add missing null checks into prog_hash_table.c
Juha-Pekka Heikkila
2014-05-30
1
-0
/
+8
*
glcpp: link with tests/common.c
Tapani Pälli
2014-05-30
1
-0
/
+1
*
mesa/main: Add missing null check in _mesa_CreatePerfQueryINTEL()
Juha-Pekka Heikkila
2014-05-30
1
-0
/
+5
*
mesa/drivers: Add extra null check in blitframebuffer_texture()
Juha-Pekka Heikkila
2014-05-30
1
-0
/
+3
*
glsl: Add null check in loop_analysis.cpp
Juha-Pekka Heikkila
2014-05-30
1
-2
/
+4
*
mesa: add missing null check in _mesa_NewHashTable()
Juha-Pekka Heikkila
2014-05-30
1
-0
/
+10
*
loader: add optional /sys filesystem method for PCI identification.
Gary Wong
2014-05-29
1
-0
/
+112
*
loader: allow attempting more than one method of PCI identification.
Gary Wong
2014-05-29
1
-18
/
+46
*
st/egl: do not link against libloader
Emil Velikov
2014-05-29
1
-1
/
+0
*
egl_dri2: fix wayland_platform when drm_platform is not set
Emil Velikov
2014-05-29
1
-4
/
+6
*
i965/fs: Set correct number of regs_written for MCS fetches.
Matt Turner
2014-05-29
1
-3
/
+3
*
glx: load dri driver with RTLD_LOCAL so dlclose never fails to unload
Jerome Glisse
2014-05-29
1
-5
/
+5
*
i915g: Support B5G5R5A1 render targets and textures
Stéphane Marchesin
2014-05-28
1
-0
/
+2
*
i915g: Support R4G4B4A4 render targets and textures
Stéphane Marchesin
2014-05-28
1
-0
/
+2
*
i915g: Fix copy region code
Stéphane Marchesin
2014-05-28
1
-34
/
+14
*
glsl/tests: remove generated tests from the repo
Connor Abbott
2014-05-28
49
-696
/
+2
*
glsl/tests: call create_test_cases.py in optimization-test
Connor Abbott
2014-05-28
1
-0
/
+8
*
glsl/tests/lower_jumps: fix generated sexpr's for loops
Connor Abbott
2014-05-28
1
-1
/
+1
*
glsl: be more consistent about printing constants
Connor Abbott
2014-05-28
23
-48
/
+40
*
glsl: replace strncmp("gl_") calls with new is_gl_identifier() helper
Brian Paul
2014-05-28
5
-9
/
+17
*
glsl: fix use-after free bug/crash in ast_declarator_list::hir()
Brian Paul
2014-05-28
1
-1
/
+5
*
i965: Fix repeated usage of rectangle texture coordinate scaling.
Kenneth Graunke
2014-05-28
1
-7
/
+20
*
egl-static: Fix undefined reference to `loader_*'
José Fonseca
2014-05-28
1
-0
/
+1
*
meta/blit: Use gl_FragColor also in the msaa blit shader
Topi Pohjolainen
2014-05-28
1
-1
/
+1
*
nvc0/ir: use SM35 ISA with GK20A
Alexandre Courbot
2014-05-27
3
-7
/
+12
*
nvc0: add GK20A 3D class
Alexandre Courbot
2014-05-27
2
-1
/
+9
*
i965/sf: Replace push/pop in brw_emit_anyprim_setup.
Kenneth Graunke
2014-05-27
1
-15
/
+11
*
i965/sf: Drop unnecessary push/pop in copy_z_inv_w.
Kenneth Graunke
2014-05-27
1
-4
/
+0
*
i965/sf: Drop unnecessary push/pop in flatshading code.
Kenneth Graunke
2014-05-27
1
-8
/
+0
*
i965/sf: Move brw_compile::flag_value to brw_sf_compile.
Kenneth Graunke
2014-05-27
3
-21
/
+24
*
i965/sf: Move brw_set_predicate_control_flag_value to brw_sf_emit.c.
Kenneth Graunke
2014-05-27
3
-19
/
+14
*
i965/sf: Drop useless push/pop state from flag register mashing code.
Kenneth Graunke
2014-05-27
1
-2
/
+0
*
i965/sf: Drop unnecessary push/pop in do_twoside_color.
Kenneth Graunke
2014-05-27
1
-2
/
+0
*
i965: Don't implicitly set predicate default state in brw_CMP.
Kenneth Graunke
2014-05-27
5
-39
/
+33
*
i965: Drop unnecessary predication default state resets in clip code.
Kenneth Graunke
2014-05-27
1
-6
/
+0
*
i965/sf: Reset flag_value to 0xff before emitting SF subroutines.
Kenneth Graunke
2014-05-27
2
-15
/
+4
*
st/omx/enc: implement restricted b frames pattern
Leo Liu
2014-05-27
2
-2
/
+10
*
radeon/vce: implement non-referenced frames
Leo Liu
2014-05-27
2
-3
/
+5
*
vl: add interface for non-referenced frames
Leo Liu
2014-05-27
1
-0
/
+2
*
i965/meta: Store stencil texturing mode
Topi Pohjolainen
2014-05-27
1
-0
/
+1
*
meta/blit: Add stencil texturing mode save and restore
Topi Pohjolainen
2014-05-27
2
-3
/
+14
*
i915g: Fix shader disasm code
Stéphane Marchesin
2014-05-26
1
-1
/
+0
*
i915g: Fallback to sw for npot copies
Stéphane Marchesin
2014-05-26
1
-2
/
+3
*
i915g: handle more formats in copy
Stéphane Marchesin
2014-05-26
3
-11
/
+91
*
nvc0: implement clear_buffer
Tobias Klausmann
2014-05-26
1
-0
/
+141
[next]