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