summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_draw_upload.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-10i965/drm: Rename drm_bacon_bo to brw_bo.Kenneth Graunke1-6/+6
2017-04-10i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.Kenneth Graunke1-6/+6
2017-03-02i965: Replace BRW_SURFACEFORMAT_* with ISL_FORMAT_*.Kenneth Graunke1-131/+131
2017-01-12nir/i965: assert first is always less than 64Juan A. Suarez Romero1-0/+1
2017-01-12i965: check for dual slot attributes on any genJuan A. Suarez Romero1-2/+1
2017-01-12i965: downsize *64*PASSTHRU formats to equivalent *32*FLOAT formats on gen < 8Alejandro Piñeiro1-30/+139
2017-01-12i965: return PASSTHRU surface types also on gen7Alejandro Piñeiro1-2/+6
2017-01-09nir/i965: use two slots from inputs_read for dvec3/dvec4 vertex input attributesJuan A. Suarez Romero1-3/+8
2016-12-21i965: allow unsourced enabled VAOJuan A. Suarez Romero1-7/+16
2016-11-09mesa/extensions: expose OES_vertex_half_float for ES2Kevin Strasser1-0/+2
2016-11-01i965/gen8: Fix vertex attrib upload for dvec3/4 shader inputsAntia Puentes1-1/+2
2016-10-28mesa: rename gl_client_array -> gl_vertex_arrayBrian Paul1-3/+3
2016-10-05i965: Eliminate brw->vs.prog_data pointer.Kenneth Graunke1-18/+25
2016-09-17i965: Drop assertion about buffer offset at draw time.Eric Anholt1-11/+0
2016-07-04i965: Unify vertex buffer setupTopi Pohjolainen1-5/+29
2016-07-04i965/draw: Expose vertex buffer state setupTopi Pohjolainen1-18/+24
2016-05-26i965: Use the buffer object size for VERTEX_BUFFER_STATE's size field.Kenneth Graunke1-2/+1
2016-05-24i965/draw: Use the correct buffer index for interleaved VBO sizesJason Ekstrand1-2/+4
2016-05-23i965/draw: Use the real size for index buffersJason Ekstrand1-2/+6
2016-05-23i965/draw: Use the real size for vertex buffersJason Ekstrand1-1/+15
2016-05-23i965/draw: Use 3-channel formats for vertex fetch when possible.Jason Ekstrand1-11/+37
2016-05-23i965/draw: Properly handle rounding when dividing by InstanceDivisorJason Ekstrand1-2/+2
2016-05-23i965/draw: Account for BaseInstance in VBO boundsJason Ekstrand1-1/+1
2016-05-23i965/draw: Use worst-case VBO bounds if brw->num_instances == 0Jason Ekstrand1-9/+10
2016-05-23i965/draw: Delay when we get the bo for vertex buffersJason Ekstrand1-22/+49
2016-05-23i965/draw: Stop relying on min_index == -1 for invalid index boundsJason Ekstrand1-1/+1
2016-05-17i965: get the proper vertex surface type for doubles on gen8+Alejandro Piñeiro1-3/+27
2016-04-23i965: Make all atoms to track BRW_NEW_BLORP by defaultKenneth Graunke1-1/+4
2015-12-29i965: Add support for gl_DrawIDARB and enable extensionKristian Høgsberg Kristensen1-1/+44
2015-12-29i965: Add support for gl_BaseVertexARB and gl_BaseInstanceARBKristian Høgsberg Kristensen1-13/+22
2015-11-24i965: Drop #include of main/glheader.h.Matt Turner1-1/+0
2015-09-10i965: Fix typos in licenseIan Romanick1-2/+2
2015-09-10i965: Remove horizontal bars from file header commentsIan Romanick1-4/+2
2015-08-22i965: Swap the order of the vertex ID and edge flag attributesNeil Roberts1-15/+15
2015-08-18i965: Resolve GCC sign-compare warning.Rhys Kidd1-5/+6
2015-08-03i965: Trivial formatting changes in brw_draw_upload.cIan Romanick1-3/+6
2015-07-20mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke1-1/+1
2015-07-15i965: Optimize batchbuffer macros.Matt Turner1-4/+8
2015-07-14i965: Mark constant static data as const.Matt Turner1-22/+22
2015-04-14i965: replace __FUNCTION__ with __func__Marius Predut1-1/+1
2015-03-31i965/state: Don't use brw->state.dirty.brwJordan Justen1-2/+2
2015-01-14i965: Micro-optimize brw_get_index_typeIan Romanick1-12/+1
2014-12-31i965: Fix start/base_vertex_location for >1 prims but !BRW_NEW_VERTICES.Kenneth Graunke1-11/+1
2014-12-02i965: Delete brw_state_flags::cache and related code.Kenneth Graunke1-2/+0
2014-12-02i965: Move BRW_NEW_*_PROG_DATA flags to .brw (not .cache).Kenneth Graunke1-2/+2
2014-12-02i965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.Kenneth Graunke1-2/+2
2014-11-29i965: Alphabetize brw_tracked_state flags and use a consistent style.Kenneth Graunke1-2/+4
2014-09-19mesa: Delete VAO _MaxElement code and index buffer bounds checking.Kenneth Graunke1-4/+1
2014-09-12i965: Separate gl_InstanceID and gl_VertexID uploading.Kenneth Graunke1-7/+22
2014-09-10i965: Expose gl_BaseVertex via a vertex attribute.Kenneth Graunke1-11/+27