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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gk110/ir: fix slct emission
Ilia Mirkin
2014-06-06
1
-1
/
+1
*
gk110/ir: fix interp mode emission
Ilia Mirkin
2014-06-06
1
-1
/
+2
*
nvc0: don't bother trying to set up compute for gk110+
Ilia Mirkin
2014-06-06
1
-3
/
+4
*
gk110: add in forgotten code for gk110 isa
Ilia Mirkin
2014-06-06
1
-0
/
+13
*
gk110/ir: fix ISAD emission with register args
Ilia Mirkin
2014-06-06
1
-1
/
+1
*
gk110/ir: fix quadon opcode emission
Ilia Mirkin
2014-06-06
1
-1
/
+1
*
gk110/ir: emit texbar the same way that the blob does
Ilia Mirkin
2014-06-06
1
-1
/
+1
*
nv50/ir: clear subop when folding constant expressions
Tobias Klausmann
2014-06-06
1
-0
/
+1
*
i965: Support GL_CLAMP natively on Broadwell.
Kenneth Graunke
2014-06-06
3
-4
/
+13
*
i965: Pass brw to translate_wrap_mode().
Kenneth Graunke
2014-06-06
3
-8
/
+9
*
i965: Fix copy and pasted values in Broadwell code.
Kenneth Graunke
2014-06-06
1
-10
/
+21
*
egl: Check for NULL native_window in eglCreateWindowSurface
Sinclair Yeh
2014-06-06
1
-0
/
+4
*
r600g,radeonsi: don't use hardware MSAA resolve if dst is fast-cleared
Marek Olšák
2014-06-06
2
-2
/
+5
*
r600g,radeonsi: disable fast clear if render condition is on
Marek Olšák
2014-06-06
1
-0
/
+3
*
mesa: Make glGetIntegerv(GL_*_ARRAY_SIZE) return GL_BGRA.
José Fonseca
2014-06-06
2
-2
/
+12
*
mesa/main: Make get_hash.c values constant.
José Fonseca
2014-06-06
1
-1
/
+1
*
egl/main: Fix eglMakeCurrent when releasing context from current thread.
Beren Minor
2014-06-06
1
-2
/
+6
*
Revert "glx: load dri driver with RTLD_LOCAL so dlclose never fails to unload"
Marek Olšák
2014-06-06
1
-5
/
+5
*
llvmpipe: fix crash when not all attachments are populated in a fb
Roland Scheidegger
2014-06-06
1
-3
/
+9
*
i915: add a missing NULL pointer check
Lubomir Rintel
2014-05-30
1
-1
/
+1
*
glapi: Duplicate GLES1 prototypes in glapi_dispatch.c
Ian Romanick
2014-05-30
1
-0
/
+57
*
nvc0: revert mistaken logic to collapse color outputs to the beginning
Ilia Mirkin
2014-05-30
1
-9
/
+4
*
mesa/st: fix color outputs in presence of sample mask output
Ilia Mirkin
2014-05-30
1
-13
/
+17
*
i965: Fix Line Stipple enable bit in 3DSTATE_SF for Haswell.
Pavel Popov
2014-05-30
1
-1
/
+1
*
glx: load dri driver with RTLD_LOCAL so dlclose never fails to unload
Jerome Glisse
2014-05-29
1
-5
/
+5
*
glsl: fix use-after free bug/crash in ast_declarator_list::hir()
Brian Paul
2014-05-29
1
-1
/
+5
*
i965: Fix repeated usage of rectangle texture coordinate scaling.
Kenneth Graunke
2014-05-29
1
-7
/
+20
*
meta/blit: Use gl_FragColor also in the msaa blit shader
Topi Pohjolainen
2014-05-29
1
-1
/
+1
*
i965/meta: Store stencil texturing mode
Topi Pohjolainen
2014-05-29
1
-0
/
+1
*
meta/blit: Add stencil texturing mode save and restore
Topi Pohjolainen
2014-05-29
2
-3
/
+14
*
Revert "i965: Don't make instructions with a null dest a barrier to scheduling."
Matt Turner
2014-05-29
1
-8
/
+4
*
Revert "i965/fs: Simplify interference scan in register coalescing."
Matt Turner
2014-05-29
1
-9
/
+13
*
Revert "i965/fs: Give up in interference check if we see a WHILE."
Matt Turner
2014-05-29
1
-1
/
+1
*
Revert "i965/fs: Reduce restrictions on interference in register coalescing."
Matt Turner
2014-05-29
1
-0
/
+13
*
glx: do not leak dri3Display
Emil Velikov
2014-05-29
1
-0
/
+4
*
Revert "i965/fs: Change fs_visitor::emit_lrp to use MAC for gen<6"
Matt Turner
2014-05-29
1
-4
/
+7
*
Revert "i965/vec4: Change vec4_visitor::emit_lrp to use MAC for gen<6"
Matt Turner
2014-05-29
1
-6
/
+10
*
nv50/ir/tgsi: optimize KIL
Christoph Bumiller
2014-05-29
1
-0
/
+5
*
nv50/ir: fix lowering of predicated instructions (without defs)
Christoph Bumiller
2014-05-29
1
-1
/
+4
*
nv50/ir/opt: fix constant folding with saturate modifier
Christoph Bumiller
2014-05-29
1
-1
/
+3
*
nv50/ir/tgsi: TGSI_OPCODE_POW replicates its result
Christoph Bumiller
2014-05-29
1
-1
/
+5
*
nv50,nvc0: set constbufs dirty on pipe context switch
Christoph Bumiller
2014-05-29
2
-0
/
+5
*
nv50: setup scissors on clear_render_target/depth_stencil
Christoph Bumiller
2014-05-29
1
-2
/
+18
*
nv50,nvc0: always pull out bufctx on context destruction
Christoph Bumiller
2014-05-29
2
-9
/
+7
*
Merge remote-tracking branch 'robclark/freedreno-10.2' into 10.2
Ian Romanick
2014-05-23
29
-229
/
+1847
|
\
|
*
freedreno: don't advertise texture arrays for now
Rob Clark
2014-05-20
1
-1
/
+1
|
*
freedreno/a3xx: shadow sampler support
Rob Clark
2014-05-20
2
-3
/
+46
|
*
freedreno/a3xx/compiler: refactor trans_samp()
Rob Clark
2014-05-20
1
-47
/
+90
|
*
freedreno: update generated headers
Rob Clark
2014-05-20
4
-4
/
+10
|
*
freedreno/a3xx: use util_format_compose_swizzles()
Rob Clark
2014-05-20
1
-9
/
+9
[next]