2015-02-25 |
Anuj Phogat | i965: Move the comment to the right place |
commit | commitdiff | tree |
2015-02-25 |
Anuj Phogat | i965: Fix condition to use Y tiling in blitter in intel... |
commit | commitdiff | tree |
2015-02-25 |
Anuj Phogat | meta: Pass null pointer for the pixel data to avoid... |
commit | commitdiff | tree |
2015-02-25 |
Anuj Phogat | meta: Fix buffer object assignment to account for both... |
commit | commitdiff | tree |
2015-02-25 |
Anuj Phogat | meta: Use GL_STREAM_READ for pbo created with GL_PIXEL_... |
commit | commitdiff | tree |
2015-02-25 |
Anuj Phogat | meta: Add assertion check for ctx->Meta->SaveStackDepth |
commit | commitdiff | tree |
2015-02-25 |
Anuj Phogat | meta: Do power of two samples check only for samples > 0 |
commit | commitdiff | tree |
2015-02-25 |
Matt Turner | glsl: Rewrite and fix min/max to saturate optimization. |
commit | commitdiff | tree |
2015-02-25 |
Rob Clark | freedreno: drop ARRAY_SIZE macro |
commit | commitdiff | tree |
2015-02-25 |
Neil Roberts | i965: Don't force x-tiling for 16-bpp formats on Gen>7 |
commit | commitdiff | tree |
2015-02-25 |
Andreas Boll | glx: Fix returned values of GLX_RENDERER_PREFERRED_PROF... |
commit | commitdiff | tree |
2015-02-25 |
Andreas Boll | dri/common: Update comment about driQueryRendererIntege... |
commit | commitdiff | tree |
2015-02-25 |
Ilia Mirkin | glsl: add double support for packing varyings |
commit | commitdiff | tree |
2015-02-25 |
Laura Ekstrand | common: Fix PBOs for 1D_ARRAY. |
commit | commitdiff | tree |
2015-02-25 |
Laura Ekstrand | common: Correct PBO 2D_ARRAY handling. |
commit | commitdiff | tree |
2015-02-25 |
Laura Ekstrand | common: Correct texture init for meta pbo uploads and... |
commit | commitdiff | tree |
2015-02-25 |
Brian Paul | mesa: remove DEG2RAD macro |
commit | commitdiff | tree |
2015-02-25 |
Brian Paul | mesa: remove MAX_GLUSHORT, move MAX_GLUINT |
commit | commitdiff | tree |
2015-02-25 |
Brian Paul | mesa: move signbit() macro to c99_math.h |
commit | commitdiff | tree |
2015-02-25 |
Brian Paul | mesa: remove unused isblank() function |
commit | commitdiff | tree |
2015-02-25 |
Brian Paul | glcpp: remove unneeded #include of core.h |
commit | commitdiff | tree |
2015-02-25 |
Brian Paul | mesa: remove sqrtf macro |
commit | commitdiff | tree |
2015-02-24 |
Kenneth Graunke | i965: Remove redundant discard jumps. |
commit | commitdiff | tree |
2015-02-24 |
Kenneth Graunke | glsl: Optimize "if (cond) discard;" to a conditional... |
commit | commitdiff | tree |
2015-02-24 |
Kenneth Graunke | i965/fs: Handle conditional discards. |
commit | commitdiff | tree |
2015-02-24 |
Kenneth Graunke | nir: Introduce nir_intrinsic_discard_if. |
commit | commitdiff | tree |
2015-02-24 |
Kenneth Graunke | glsl: Delete dead discard conditions in constant folding. |
commit | commitdiff | tree |
2015-02-24 |
Kenneth Graunke | glsl: Handle conditional discards in lower_discard_flow(). |
commit | commitdiff | tree |
2015-02-24 |
Kenneth Graunke | glsl: Make ir_rvalue_visitor visit ir_discard::condition. |
commit | commitdiff | tree |
2015-02-24 |
Kenneth Graunke | glsl: Make ir_validate check the type of ir_discard... |
commit | commitdiff | tree |
2015-02-24 |
Matt Turner | Revert "i965/fs: Remove force_writemask_all assertion... |
commit | commitdiff | tree |
2015-02-24 |
Matt Turner | i965/fs: Emit MOV(1) instructions with force_writemask_all. |
commit | commitdiff | tree |
2015-02-24 |
Matt Turner | i965/fs: Optimize (gl_FrontFacing ? x : y) where x... |
commit | commitdiff | tree |
2015-02-24 |
Matt Turner | i965/fs/nir: Optimize integer multiply by a 16-bit... |
commit | commitdiff | tree |
2015-02-24 |
Matt Turner | i965/fs/nir: Optimize (gl_FrontFacing ? x : y) where... |
commit | commitdiff | tree |
2015-02-24 |
Jason Ekstrand | nir/register: Add a parent_instr field |
commit | commitdiff | tree |
2015-02-24 |
Marek Olšák | st/mesa: remove unused/broken function st_print_shaders |
commit | commitdiff | tree |
2015-02-24 |
Brian Paul | st/mesa: remove struct qualifier from st_src_reg parameter |
commit | commitdiff | tree |
2015-02-24 |
Brian Paul | mesa: remove INV_SQRTF() macro |
commit | commitdiff | tree |
2015-02-24 |
Brian Paul | mesa: remove ceilf, floorf macros |
commit | commitdiff | tree |
2015-02-24 |
Brian Paul | mesa: remove expf macro |
commit | commitdiff | tree |
2015-02-24 |
Brian Paul | mesa: remove logf macro |
commit | commitdiff | tree |
2015-02-24 |
Brian Paul | mesa: remove powf macro |
commit | commitdiff | tree |
2015-02-24 |
Brian Paul | mesa: remove unused exp2f, log2f, truncf wrappers |
commit | commitdiff | tree |
2015-02-24 |
Brian Paul | mesa: remove unused acosf, asinf, atan2f, etc. macros |
commit | commitdiff | tree |
2015-02-24 |
Brian Paul | mesa: replace FABSF with fabsf |
commit | commitdiff | tree |
2015-02-24 |
Brian Paul | mesa: replace FLOORF with floorf |
commit | commitdiff | tree |
2015-02-24 |
Brian Paul | mesa: remove unused CEILF macro |
commit | commitdiff | tree |
2015-02-24 |
Brian Paul | mesa: replace LOGF, EXPF with logf, expf |
commit | commitdiff | tree |
2015-02-24 |
Brian Paul | mesa: replace FREXPF, LDEXPF with frexpf, ldexpf |
commit | commitdiff | tree |
2015-02-24 |
Brian Paul | targets/libgl-xlib: add src/ include dir to fix build |
commit | commitdiff | tree |
2015-02-24 |
Brian Paul | swrast: fix a few release build warnings |
commit | commitdiff | tree |
2015-02-24 |
Marek Olšák | r600g,radeonsi: fix streamout after pipeline stats... |
commit | commitdiff | tree |
2015-02-24 |
Marek Olšák | radeonsi: small cleanup around current_rast_prim |
commit | commitdiff | tree |
2015-02-24 |
Marek Olšák | radeonsi: set current_rast_prim in the right place |
commit | commitdiff | tree |
2015-02-24 |
Marek Olšák | radeonsi: simplify obtaining a shader property in si_em... |
commit | commitdiff | tree |
2015-02-24 |
Marek Olšák | radeonsi: only preload VertexID for the GS copy shader |
commit | commitdiff | tree |
2015-02-24 |
Marek Olšák | radeonsi: dump the shader key when dumping shaders |
commit | commitdiff | tree |
2015-02-24 |
Marek Olšák | r600g,radeonsi: cleanup of hex literals |
commit | commitdiff | tree |
2015-02-24 |
Marek Olšák | radeonsi: set PA_SU_HARDWARE_SCREEN_OFFSET to 0 |
commit | commitdiff | tree |
2015-02-24 |
Marek Olšák | st/mesa: cleanup st_translate_geometry_program |
commit | commitdiff | tree |
2015-02-24 |
Marek Olšák | st/mesa: inline st_free_tokens |
commit | commitdiff | tree |
2015-02-24 |
Marek Olšák | st/mesa: cleanup st_geometry_program structure |
commit | commitdiff | tree |
2015-02-24 |
Marek Olšák | mesa: add a missing GS support check in GetActiveUnifor... |
commit | commitdiff | tree |
2015-02-24 |
Glenn Kennard | r600g: Implement GL_ARB_draw_indirect for EG/CM |
commit | commitdiff | tree |
2015-02-24 |
Rob Clark | freedreno/a4xx: aniso filtering |
commit | commitdiff | tree |
2015-02-24 |
Rob Clark | freedreno: update generated headers |
commit | commitdiff | tree |
2015-02-24 |
Rob Clark | freedreno/a4xx: add ARB_instanced_arrays support |
commit | commitdiff | tree |
2015-02-24 |
Rob Clark | freedreno/a4xx: handle index_bias (i.e. base_vertex) |
commit | commitdiff | tree |
2015-02-24 |
Rob Clark | freedreno/a4xx: add support for vertexid and instanceid... |
commit | commitdiff | tree |
2015-02-24 |
Rob Clark | freedreno/a4xx: pass number of instances to draw |
commit | commitdiff | tree |
2015-02-24 |
Emil Velikov | docs: add news item and link release notes for mesa... |
commit | commitdiff | tree |
2015-02-24 |
Emil Velikov | docs: Add sha256 sums for the 10.4.5 release |
commit | commitdiff | tree |
2015-02-24 |
Emil Velikov | Add release notes for the 10.4.5 release |
commit | commitdiff | tree |
2015-02-24 |
Leo Liu | st/omx/dec/h264: fix picture out-of-order with poc... |
commit | commitdiff | tree |
2015-02-24 |
Emil Velikov | install-lib-links: remove the .install-lib-links file |
commit | commitdiff | tree |
2015-02-24 |
Francisco Jerez | clover: Set appropriate flag defaults on memory object... |
commit | commitdiff | tree |
2015-02-24 |
EdB | clover: Add CL_MEM_HOST_* flag checks. |
commit | commitdiff | tree |
2015-02-24 |
Francisco Jerez | clover: Factor out memory object flags validation to... |
commit | commitdiff | tree |
2015-02-24 |
Eric Anholt | vc4: Update to current kernel sources. |
commit | commitdiff | tree |
2015-02-24 |
Eric Anholt | r600: Fix build after 984f3069370cd4a347cb38269d430b428... |
commit | commitdiff | tree |
2015-02-24 |
Tobias Klausmann | st/nine: Mark end of non-void function unreachable |
commit | commitdiff | tree |
2015-02-24 |
Tobias Klausmann | gallium: include util/macros.h |
commit | commitdiff | tree |
2015-02-24 |
Alex Henrie | driconf: Update Catalan translation |
commit | commitdiff | tree |
2015-02-24 |
Alex Henrie | driconf: Update Spanish translation |
commit | commitdiff | tree |
2015-02-24 |
Eduardo Lima... | mesa: Add missing error checks to GetProgramInfoLog... |
commit | commitdiff | tree |
2015-02-24 |
Iago Toral... | i965: Fix non-AA wide line rendering with fractional... |
commit | commitdiff | tree |
2015-02-24 |
Iago Toral... | mesa: Fix ctx->Texture.CubeMapSeamless |
commit | commitdiff | tree |
2015-02-24 |
Eduardo Lima... | mesa: Return error if BeginQuery is called with an... |
commit | commitdiff | tree |
2015-02-24 |
Eduardo Lima... | mesa: Return INVALID_OPERATION when querying a never... |
commit | commitdiff | tree |
2015-02-24 |
Iago Toral... | mesa: Add _mesa_is_array_texture helper |
commit | commitdiff | tree |
2015-02-24 |
Eduardo Lima... | mesa: Fix error validating args for TexSubImage3D |
commit | commitdiff | tree |
2015-02-24 |
Samuel Iglesias... | i965/blorp: round to nearest when converting float... |
commit | commitdiff | tree |
2015-02-23 |
Carl Worth | i965: Perform program state upload outside of atom... |
commit | commitdiff | tree |
2015-02-23 |
Vivek Kasireddy | egl, wayland: RGB565 format support on Back-buffer |
commit | commitdiff | tree |
2015-02-23 |
Brian Paul | mesa: move math-related function into new c99_math... |
commit | commitdiff | tree |
2015-02-23 |
Jason Ekstrand | nir/gcm: Add some missing break statements |
commit | commitdiff | tree |
2015-02-23 |
Jason Ekstrand | nir: Copy-propagate vecN operations that are actually... |
commit | commitdiff | tree |
2015-02-23 |
Francisco Jerez | ra: Disable round-robin strategy for optimistically... |
commit | commitdiff | tree |
2015-02-23 |
Francisco Jerez | i965/fs: Fix lower_load_payload() not to use an incorre... |
commit | commitdiff | tree |
next |